Mailing List Archive

[Bug 7970] - Configure script does not pass arguments.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7970>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7970

Configure script does not pass arguments.





------- Additional Comments From dr_mac@mail.utexas.edu 2002-04-12 08:07 -------
OK. I was running 10.1.2. I just updated to 10.1.3 (Build 5Q45) and
downloaded a fresh httpd-2.0.35.tar.gz from Apache.org.

My config was:
./configure --enable-usertrack --enable-unique-id --enable-ssl --with-ssl=/
usr/local/include/ --enable-cgi --enable-cgid --enable-vhost-alias --
enable-speling -enable-rewrite --enable-so

Configure runs and reaches this error:

Configuring Apache Portable Runtime Utility library...
configuring package in srclib/apr-util now
loading cache /var/root/httpd-2.0.35/./config.cache
checking for APR... yes
...
updating cache /var/root/httpd-2.0.35/./config.cache
configuring package in xml/expat now
loading cache /var/root/httpd-2.0.35/./config.cache
checking host system type... configure: error: can not guess host type; you
must specify one
configure failed for xml/expat
configure failed for srclib/apr-util

However, the main configure script guessed it perfectly:
creating cache ./config.cache
checking for chosen layout... Apache
checking host system type... powerpc-apple-darwin5.3
checking target system type... powerpc-apple-darwin5.3
checking build system type... powerpc-apple-darwin5.3

The main config script is not passing these variables to the apr-util
configure script. The only way I have found around it is by editing the main
config script as stated in my previous bug report.

I've never made a patch file before. Do you have instructions?

matthew

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org