Re: [users@httpd] apache 2.2.7 bit level info

2014-04-25 Thread Brett @Google
In addition, it is also useful to add "-xarch=native and -xcode=pic32" to CFLAGS -xcode=pic32 helps linking with .so libraries which are not solaris-savvy (the equivalent of linux's -G / -fPIC) -xarch=native will optimise the code for the same machine it is compiling on (good if all your machines

Re: [users@httpd] apache 2.2.7 bit level info

2014-04-25 Thread Jesus Cea
On 25/04/14 22:48, Eric Covener wrote: > On Fri, Apr 25, 2014 at 4:43 PM, venu thangalapally 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 sour

Re: [users@httpd] apache 2.2.7 bit level info

2014-04-25 Thread Jeff Trawick
On Fri, Apr 25, 2014 at 4:43 PM, venu thangalapally 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 > Build apr, apr-util, and httpd with CC="cc -m64" ./configure ... Replace cc with gcc if n

Re: [users@httpd] apache 2.2.7 bit level info

2014-04-25 Thread Eric Covener
On Fri, Apr 25, 2014 at 4:43 PM, venu thangalapally 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

Re: [users@httpd] apache 2.2.7 bit level info

2014-04-25 Thread venu thangalapally
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 Regards Venu On Fri, Apr 25, 2014 at 3:41 PM, Eric Covener wrote: > On Fri, Apr 25, 2014 at 4:40 PM, venu thangalapally > wrote: > > Guys.. do we have a

Re: [users@httpd] apache 2.2.7 bit level info

2014-04-25 Thread Eric Covener
On Fri, Apr 25, 2014 at 4:40 PM, venu thangalapally wrote: > Guys.. do we have a 32-bit and 64-bit apache 2.2.27 http server ? for > soalris ? > You can build it either way. - To unsubscribe, e-mail: users-unsubscr...@httpd.apac

[users@httpd] apache 2.2.7 bit level info

2014-04-25 Thread venu thangalapally
Guys.. do we have a 32-bit and 64-bit apache 2.2.27 http server ? for soalris ? Regards Venu