Apache 2.0 - compling

kilowatt

mach-o mach-o man
Ok, I know its on versiontracker in binary forum, but I wanna compile my own copy :)

I'm pretty close with the ./configure, but I'm running into errors with the Apache Portable Runtime Library Utility (apr-util).

here is my error, from configure:
Code:
checking for Expat in xml/expat... yes
configuring package in xml/expat now
loading cache /Users/liggett/Downloads/apache/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

I've tried copying /usr/libexec/config.sub and config.guess into the directories, but it seems that when you run ./configure in httpd-2.0.35/, the configure scripts it runs for other modules don't look for those files in their directories.
(adding config.sub and config.guess to httpd-2.0.35/srclib/apr-util does not do the trick).

The configure script for apache is over twelve thousand lines long, so I didn't bother editing it. Any tips?

thanks!

PS: Lets get UNIX focus back!
 
Back
Top