Re: Compiling mod-jk plugin for SunOne on Solaris

2007-02-01 Thread Kamalakar Vuggumudi
dd its directory to LD_LIBRARY_PATH before starting the web server.The lib could be at /usr/sfw/lib/libgcc_s.so.1 then you would need to add /usr/sfw/lib to your LD_LIBRARY_PATH. Kamalakar Vuggumudi wrote: > Thanks Rainer, the compilation was successful. Now I am getting the following > erro

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-02-01 Thread Kamalakar Vuggumudi
Sent: Thursday, February 1, 2007 9:46:11 PM Subject: Re: Compiling mod-jk plugin for SunOne on Solaris Hi Kamal, Not sure if this makes a difference in this case. When I compiled apache I added a flag with: export LDFLAGS="-static-libgcc" to statically link the libgcc. Rgds, Fred On 2

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-02-01 Thread Kamalakar Vuggumudi
n, you need to add its directory to LD_LIBRARY_PATH before starting the web server.The lib could be at /usr/sfw/lib/libgcc_s.so.1 then you would need to add /usr/sfw/lib to your LD_LIBRARY_PATH. Kamalakar Vuggumudi wrote: > Thanks Rainer, the compilation was successful. Now I am getting the

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-01-31 Thread Kamalakar Vuggumudi
der files. */ #define STDC_HEADERS 1 /* Define to use SO_RCVTIMEO with setsockopt() */ /* #undef USE_SO_RCVTIMEO */ /* Define to use SO_SNDTIMEO with setsockopt() */ /* #undef USE_SO_SNDTIMEO */ /* Version number of package */ #define VERSION "1.2.20" Kamalakar Vuggumudi wrote: >

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-01-31 Thread Kamalakar Vuggumudi
SPARC - Original Message From: Rainer Jung <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Wednesday, January 31, 2007 6:06:00 PM Subject: Re: Compiling mod-jk plugin for SunOne on Solaris Are you trying to build on SPARC or X86 (or AMD64)? Kamalakar Vuggumudi wrote: &g

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-01-31 Thread Kamalakar Vuggumudi
dated, so let us know, if you needed to make adjustments. Regards, Rainer Kamalakar Vuggumudi wrote: > I am trying to compile mod-jk plugin for SunOne on Solaris platform from > source tomcat-connectors-1.2.20-src.tar.gz. When I run the configure script, > I am getting the following erro

Compiling mod-jk plugin for SunOne on Solaris

2007-01-31 Thread Kamalakar Vuggumudi
I am trying to compile mod-jk plugin for SunOne on Solaris platform from source tomcat-connectors-1.2.20-src.tar.gz. When I run the configure script, I am getting the following error.. checking whether to use SO_RCVTIMEO with setsockopt()... no checking whether to use SO_SNDTIMEO with setsockop