RE: mod_jk2 problems

2004-03-11 Thread Yiannis Mavroukakis
http://apr.apache.org/ -Original Message- From: Vi [mailto:[EMAIL PROTECTED] Sent: 10 March 2004 17:37 To: Tomcat Users List Subject: Re: mod_jk2 problems Yes, probably some lib(s), which were not linked corectly with mod_jk2 while compiling it? What's apr? Yiannis Mavroukakis wrote

Re: mod_jk2 problems

2004-03-11 Thread Vi
:37 To: Tomcat Users List Subject: Re: mod_jk2 problems Yes, probably some lib(s), which were not linked corectly with mod_jk2 while compiling it? What's apr? Yiannis Mavroukakis wrote: If memory serves me right, the apache httpd sources and the apr sources. -Original Message- From: Vi

RE: mod_jk2 problems

2004-03-11 Thread Yiannis Mavroukakis
It shouldn't, but if you are worried you install it in a directory out of the way, and link jk2 against it. -Original Message- From: Vi [mailto:[EMAIL PROTECTED] Sent: 11 March 2004 09:38 To: Tomcat Users List Subject: Re: mod_jk2 problems Yes, I already found it, but should I install

RE: mod_jk2 problems

2004-03-10 Thread Yiannis Mavroukakis
If I am not mistaken that means that you are missing a particular library or that mod_jk2 was linked against the wrong sort type of lib. I've installed both mod_jk2 and tomcat 5.0 on RH9 without any problems but I first removed httpd2, recompiled from source and installed. -Original

Re: mod_jk2 problems

2004-03-10 Thread Vi
Thanks for answer! Yes, but I don't want to risk with the reinstallation! I have a very important server running. When I was compiling mod_jk2 I encountered that a lib was missing ( I forgot the name ), the link in /usr/lib was there but the file to which it was pointing wasn't. What I did is,

RE: mod_jk2 problems

2004-03-10 Thread Yiannis Mavroukakis
PROTECTED] Sent: 10 March 2004 14:23 To: Tomcat Users List Subject: Re: mod_jk2 problems Thanks for answer! Yes, but I don't want to risk with the reinstallation! I have a very important server running. When I was compiling mod_jk2 I encountered that a lib was missing ( I forgot the name

RE: mod_jk2 problems

2004-03-10 Thread Yiannis Mavroukakis
I meant to say ./configure producing a makefile;) -Original Message- From: Yiannis Mavroukakis Sent: 10 March 2004 14:43 To: 'Tomcat Users List' Subject: RE: mod_jk2 problems Well great, you took the httpd sources, got the library out of them but your httpd is probably running

Re: mod_jk2 problems

2004-03-10 Thread Vi
[mailto:[EMAIL PROTECTED] Sent: 10 March 2004 14:23 To: Tomcat Users List Subject: Re: mod_jk2 problems Thanks for answer! Yes, but I don't want to risk with the reinstallation! I have a very important server running. When I was compiling mod_jk2 I encountered that a lib was missing ( I forgot

RE: mod_jk2 problems

2004-03-10 Thread Francois JEANMOUGIN
it compiled well, but can't load. Is there any util to see all symbols of library? Try ldd : $ ldd mod_jk.so libc.so.6 = /lib/i686/libc.so.6 (0x4200) /lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x8000) Nothing obvious :). François.

Re: mod_jk2 problems

2004-03-10 Thread Vi
ldd, is good, but I ment something to show me all functions of a lib. libc.so.6 = /lib/i686/libc.so.6 (0x4200) /lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x8000) Obviously those two are not enough Francois JEANMOUGIN wrote: it compiled well, but can't load. Is there any util to

RE: mod_jk2 problems

2004-03-10 Thread Yiannis Mavroukakis
try ldd -v -r /etc/httpd/modules/mod_jk2.so If there are any missing objects or functions it will report them to you. -Original Message- From: Vi [mailto:[EMAIL PROTECTED] Sent: 10 March 2004 15:24 To: Tomcat Users List Subject: Re: mod_jk2 problems ldd, is good, but I ment

Re: mod_jk2 problems

2004-03-10 Thread Vi
15:24 To: Tomcat Users List Subject: Re: mod_jk2 problems ldd, is good, but I ment something to show me all functions of a lib. libc.so.6 = /lib/i686/libc.so.6 (0x4200) /lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x8000) Obviously those two are not enough Francois JEANMOUGIN

RE: mod_jk2 problems

2004-03-10 Thread Yiannis Mavroukakis
If memory serves me right, the apache httpd sources and the apr sources. -Original Message- From: Vi [mailto:[EMAIL PROTECTED] Sent: 10 March 2004 17:17 To: Tomcat Users List Subject: Re: mod_jk2 problems Oh, yes! Thanks! Here is what missing: undefined symbol: ap_scoreboard_image

Re: mod_jk2 problems

2004-03-10 Thread Vi
To: Tomcat Users List Subject: Re: mod_jk2 problems Oh, yes! Thanks! Here is what missing: undefined symbol: ap_scoreboard_image (./mod_jk2.so) undefined symbol: ap_server_root(./mod_jk2.so) undefined symbol: apr_pool_cleanup_null (./mod_jk2.so) undefined symbol: apr_socket_create

Re: mod_jk2 problems

2004-03-10 Thread Vi
httpd sources and the apr sources. -Original Message- From: Vi [mailto:[EMAIL PROTECTED] Sent: 10 March 2004 17:17 To: Tomcat Users List Subject: Re: mod_jk2 problems Oh, yes! Thanks! Here is what missing: undefined symbol: ap_scoreboard_image (./mod_jk2.so) undefined symbol

Re: mod_jk2 problems

2004-03-10 Thread Robert Hall
:[EMAIL PROTECTED] Sent: 10 March 2004 17:17 To: Tomcat Users List Subject: Re: mod_jk2 problems Oh, yes! Thanks! Here is what missing: undefined symbol: ap_scoreboard_image (./mod_jk2.so) undefined symbol: ap_server_root(./mod_jk2.so) undefined symbol: apr_pool_cleanup_null (./mod_jk2.so