...
The compile worked fine the first time on the same VM image, but now on
subsequent builds can't seem to get past this part.  I'm looking for any
cruft in the system which may have been left over from any previous
compile/install, but no success yet.

Can you try passing --with-included-apr to configure?

No change, still errors out in the same spot, with the same error:

gawk: fatal: no (known) protocol supplied in special filename `/inet/src/httpd-2.2.3/srclib/apr/build/make_var_export.awk'
make[3]: *** [export_vars.c] Error 2
make[3]: Leaving directory `/inet/src/httpd-2.2.3/srclib/apr'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/inet/src/httpd-2.2.3/srclib/apr'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/inet/src/httpd-2.2.3/srclib'
make: *** [all-recursive] Error 1


My configure args looked like so:

./configure -C \
        --prefix=/inet/apps/apache-2.2.3 \
        --enable-so \
        --enable-mods-shared="all" \
        --disable-deflate \
        --enable-ssl --with-ssl=/usr \
        --with-included-apr \
        --enable-proxy --enable-proxy-ajp \
        --enable-cache --enable-disk-cache --enable-mem-cache \
        --enable-file-cache \
        --with-mpm=prefork \
        --with-program-name=inet-httpd



joe

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to