On 25/04/14 22:48, Eric Covener wrote:Try:
> On Fri, Apr 25, 2014 at 4:43 PM, venu thangalapally <whenu14@xxxxxxxxx> wrote:
>> can you please provide more info how can i build it to 64-bit... apache 2.2
>> tar file from apache link does not say the bit level information
>
> The bit level is not really a property of source code.
>
> You'll have to consult the manual for your compiler (sun studio, gcc,
> ???) for what flags to add for 64-bit code. Maybe it's even the
> default. for httpd, it's best to bake the flag into CC="" environment
> variable, rather than CFLAGS.
export CFLAGS="-m64"
export LDFLAGS="-m64"
And then do normal compilation.
You will need 64 bit versions of all dependencies, of course.
--
Jesús Cea Avión _/_/ _/_/_/ _/_/_/
jcea@xxxxxxx - http://www.jcea.es/ _/_/ _/_/ _/_/ _/_/ _/_/
Twitter: @jcea _/_/ _/_/ _/_/_/_/_/
jabber / xmpp:jcea@xxxxxxxxxx _/_/ _/_/ _/_/ _/_/ _/_/
"Things are not so easy" _/_/ _/_/ _/_/ _/_/ _/_/ _/_/
"My name is Dump, Core Dump" _/_/_/ _/_/_/ _/_/ _/_/
"El amor es poner tu felicidad en la felicidad de otro" - Leibniz