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. Summary: Configure script does not pass arguments. Product: Apache httpd-2.0 Version: 2.0.35 Platform: Macintosh OS/Version: MacOS X Status: NEW Severity: Blocker Priority: Other Component: All AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] loading cache /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 Even when I specify: --build=powerpc-apple-bsd --host=powerpc-apple-bsd to the main configure script, it does not pass these along to the apr-util configure script. I created a workaround by editing line 1947 of the main configure script. All I did was add the two switches to that line so that when the main configure script call the apr-util configure, the values got passed. Once this was done, the main configure worked fine. Apace 2.0.35 compiled fine on my 10.1.2 and runs great. Matthew
