Compiling Apache HTTP server as 32-bit on Mac OS X 10.8 Mountain Lion


I had a need to re-compile Apache as 32-bit with SSL support.  This is on a MacBook Pro with the Intel Core i7 processor.

Here are the configure params I ended up using to make this work.

 ./configure CFLAGS="-arch i386" CXXFLAGS="-arch i386" --prefix=/etc/apache2 --enable-ssl --enable-so

Comments

Popular posts from this blog

usoclient.exe in Windows 10 wakes up my PC with Wake Source: Unknown

How to block the Admiral anti ad-block detection message

CS0246: The type or namespace name 'Dictionary' could not be found and CS0305: Using the generic type 'System.Collections.Generic.IDictionary' requires '2' type arguments