You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/04/11 18:03:08 UTC

DO NOT REPLY [Bug 7970] New: - 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.

           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: bugs@httpd.apache.org
        ReportedBy: dr_mac@mail.utexas.edu


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

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