When you install Apache on Leopard as per your instructions is this in 64 Bit Mode? If no how do I ensure that I have Apache 2.2.9 Installed in 64 Bit Mode?
Many THanks
Try to add the following compiler flag
CFLAGS="-arch x86_64" \ ./configure --enable-layout=DIYMacServer \ --enable-mods-shared=all \ --with-ssl=/usr \ --with-mpm=prefork \ --disable-unique-id \ --enable-ssl \ --enable-dav \ --enable-cache \ --enable-proxy \ --enable-logio \ --enable-deflate \ --with-included-apr \ --enable-cgi \ --enable-cgid \ --enable-suexec
and try it again.
Thanks richard this has done the trick!
You must log in to post.
Register or log in:
Username Password
25 Aug 2008
When you install Apache on Leopard as per your instructions is this in 64 Bit Mode? If no how do I ensure that I have Apache 2.2.9 Installed in 64 Bit Mode?
Many THanks
06 Sep 2008
Try to add the following compiler flag
and try it again.
07 Sep 2008
Thanks richard this has done the trick!