Apache 2.0.35 Released

scope

Registered
Yup, that's right, Apache has released the latest httpd. Will it work for us OS X users? Only time will tell. After 10 minutes of a "./configure" I found that I had to do "./configure ppc". BE SURE to put that ppc on the end. As you know, the next step is a "make." Well, after one hour of the "make," it spits this at me:
/usr/bin/ld: Undefined symbols:
_pthread_sigmask
make[2]: *** [htpasswd] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

Damn.

Well, there goes one hour of wasted compiling time. I've not yet figured out a way around this. If anybody does, post it here. By the way, you can download the tar.gz from http://www.apache.org/dist/httpd/httpd-2.0.35.tar.gz
 
Back
Top