Re: [users@httpd] Got warnings while installing Apache2.2.8

2011-03-01 Thread Jeff Trawick
On Tue, Mar 1, 2011 at 7:37 AM, Vivek Thite-Patil wrote: > Hi Jeff , > >      Besides warning , our setup is working fine. but our customer is very > sensitive and he wants to know will these warnings have any kind of impact > on our setup in future. so are  these warnings  ignorable? If setting

Re: [users@httpd] Got warnings while installing Apache2.2.8

2011-03-01 Thread Vivek Thite-Patil
Hi Jeff , Besides warning , our setup is working fine. but our customer is very sensitive and he wants to know will these warnings have any kind of impact on our setup in future. so are these warnings ignorable? Thanks, Vivek On Tue, Mar 1, 2011 at 5:09 PM, Jeff Trawick wrote: > On Tue,

Re: [users@httpd] Got warnings while installing Apache2.2.8

2011-03-01 Thread Jeff Trawick
On Tue, Mar 1, 2011 at 6:25 AM, Vivek Thite-Patil wrote: > Hi , > >  When I installed "Apache2.2.8", I used the following commands. > > CC="/opt/solstudio12.2/bin/cc" > CFLAGS="-xtarget=generic -m64 -xO4" > CXX="CC" > CXXFLAGS="-xtarget=generic -m64 -xO4 " > LDFLAGS="-L/usr/lib/64 -R/usr/lib/64" >

[users@httpd] Got warnings while installing Apache2.2.8

2011-03-01 Thread Vivek Thite-Patil
Hi , When I installed "Apache2.2.8", I used the following commands. CC="/opt/solstudio12.2/bin/cc" CFLAGS="-xtarget=generic -m64 -xO4" CXX="CC" CXXFLAGS="-xtarget=generic -m64 -xO4 " LDFLAGS="-L/usr/lib/64 -R/usr/lib/64" ./configure --prefix=/opt/apache2 --enable-so --enable-mods-shared=most -