Re: Compiling mod-jk plugin for SunOne on Solaris

2007-02-01 Thread Kamalakar Vuggumudi
library location, 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

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-02-01 Thread Kamalakar Vuggumudi
On 2/1/07, Kamalakar Vuggumudi [EMAIL PROTECTED] wrote: Thanks Rainer. I found libgcc_s.so in /usr/local/lib dir on my machine. Once I added that to LD_LIBRARY_PATH, __lshrdi3 error went away. Now I am getting symbol __umoddi3: referenced symbol not found error. When I do elfdump

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-02-01 Thread Kamalakar Vuggumudi
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 following

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

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-01-31 Thread Kamalakar Vuggumudi
be outdated, 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 error

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 users@tomcat.apache.org 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

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-01-31 Thread Kamalakar Vuggumudi
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: SPARC - Original Message From: Rainer Jung [EMAIL PROTECTED