Re: [users@httpd] Apache - 64bit Unix
./configure should default to the same type as the system you are running it on. You can override it with the correct environment variables set when you call configure (I think it is something like CFLAGS="-m32" CPPFLAGS="-m32" LDFLAGS="-L/usr/lib32" to build x86 on x64) - Y On Tue, Oct 1, 2013
[users@httpd] Apache - 64bit Unix
Dear Expert, I am wondering apache 2.4.6 for UNIX available at "http://httpd.apache.org/docs/2.4/ " . Is it 64 bit or 32 bit or it depends on the machine we compile. Thanks and Regards Rajeev