You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Kumar, Rajeev" <ra...@hp.com> on 2013/10/01 11:32:04 UTC

[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

Re: [users@httpd] Apache - 64bit Unix

Posted by Yehuda Katz <ye...@ymkatz.net>.
./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 at 5:32 AM, Kumar, Rajeev <ra...@hp.com> wrote:

>  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****
>