Re: Compiling mod-jk plugin for SunOne on Solaris

2007-02-23 Thread Jim Jagielski
On Feb 21, 2007, at 3:25 PM, Kirk wrote: There was a thread from February 1st on this same issue. I am having the same problem that person did, but I tried everything in the thread and still no luck. After I get mod_jk compiled I get this on server startup: failure: CORE3170: Configurati

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-02-22 Thread Kirk
I tried the -statis-libgcc in the Makefile and it compiled and ldd produces no output, which I am assuming means no dependencies. So when i fire up the sunone server now I get a different error. failure: CORE3170: Configuration initialization failed: Error running init function load-modules: dlo

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-02-21 Thread Rainer Jung
Option 1) (Quick and dirty): Deploy libgcc_s.so. It's *not* the compiler. The lib contains some machine specific runtime routines, for which appropriate machine statements are not available. Option 2): Compiling statically. If you've got good control over the compilation process you can add "-stat

Compiling mod-jk plugin for SunOne on Solaris

2007-02-21 Thread Kirk
There was a thread from February 1st on this same issue. I am having the same problem that person did, but I tried everything in the thread and still no luck. After I get mod_jk compiled I get this on server startup: failure: CORE3170: Configuration initialization failed: Error running init fun

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-02-02 Thread Maulik S
To Tomcat Users List cc Subject Re: Compiling mod-jk plugin for SunOne on Solaris Helo, mod_jk.conf is usually associated with apache configuration. For the nsapi plugin, the configuration is explained in http://tomcat.apache.org/connectors-doc/webserver_howto/nes.html Not all features of the

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-02-02 Thread Rainer Jung
elski <[EMAIL PROTECTED]> 02/02/2007 09:28 PM Please respond to "Tomcat Users List" To "Tomcat Users List" cc Subject Re: Compiling mod-jk plugin for SunOne on Solaris On Jan 31, 2007, at 7:30 PM, Rainer Jung wrote: Try the following two files to compile. If t

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-02-02 Thread Jim Jagielski
put the similar entry in httpd.conf ? Thanks Maulik Jim Jagielski <[EMAIL PROTECTED]> 02/02/2007 09:28 PM Please respond to "Tomcat Users List" To "Tomcat Users List" cc Subject Re: Compiling mod-jk plugin for SunOne on Solaris On Jan 31, 2007, at 7:30 PM, Ra

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-02-02 Thread Maulik S
List" cc Subject Re: Compiling mod-jk plugin for SunOne on Solaris On Jan 31, 2007, at 7:30 PM, Rainer Jung wrote: > Try the following two files to compile. If this will work, we can > find out how to automate them. > > common/jk_types.h: > common/portable.h: >

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-02-02 Thread Jim Jagielski
On Jan 31, 2007, at 7:30 PM, Rainer Jung wrote: Try the following two files to compile. If this will work, we can find out how to automate them. common/jk_types.h: common/portable.h: All done. Fixed on trunk, I added --enable-netscape which allows configure to continue without requiring a

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-02-01 Thread Kamalakar Vuggumudi
-- Original Message > From: Rainer Jung <[EMAIL PROTECTED]> > To: Tomcat Users List > Sent: Wednesday, January 31, 2007 6:30:36 PM > Subject: Re: Compiling mod-jk plugin for SunOne on Solaris > > Try the following two files to compile. If this will work, we can find >

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 Fred K
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/1/07, Kamalakar Vuggumudi <[EMAIL PROTECTED]> wrote: Thanks Rainer. I found libgcc_s.so in /usr/local/lib di

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-02-01 Thread Kamalakar Vuggumudi
ct: Re: Compiling mod-jk plugin for SunOne on Solaris Your GCC compiler comes with a dynamic library libgcc_s.so. Unfortunately gcc by default links dynamically against libgcc_s, so the resulting binary needs this gcc lib on the target system. If it is not installed in the system default library locatio

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-01-31 Thread Rainer Jung
:36 PM Subject: Re: Compiling mod-jk plugin for SunOne on Solaris Try the following two files to compile. If this will work, we can find out how to automate them. common/jk_types.h: #ifndef JK_TYPES_H #define JK_TYPES_H #ifdef __cplusplus extern "C" { #endif

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-01-31 Thread Kamalakar Vuggumudi
Message From: Rainer Jung <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Wednesday, January 31, 2007 6:30:36 PM Subject: Re: Compiling mod-jk plugin for SunOne on Solaris Try the following two files to compile. If this will work, we can find out how to automate them. common/jk_t

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-01-31 Thread Rainer Jung
E_SO_SNDTIMEO */ /* Version number of package */ #define VERSION "1.2.20" Kamalakar Vuggumudi wrote: 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

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 Rainer Jung
configure utility. Thank you very much -Kamal - Original Message From: Rainer Jung <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Wednesday, January 31, 2007 5:07:48 PM Subject: Re: Compiling mod-jk plugin for SunOne on Solaris The configure script is only fot the apache module.

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-01-31 Thread Kamalakar Vuggumudi
: Rainer Jung <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Wednesday, January 31, 2007 5:07:48 PM Subject: Re: Compiling mod-jk plugin for SunOne on Solaris The configure script is only fot the apache module. Try to use the files in the "netscape" sub directory. They might be out

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-01-31 Thread Rainer Jung
The configure script is only fot the apache module. Try to use the files in the "netscape" sub directory. They might 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

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