mod_jk - undefined symbol

2001-01-19 Thread Eric Paul
Hi there. I'm trying to get Tomcat 3.2.1 working with Apache 1.3.14 on a Red Hat 6.2 Linux Box running 2.2.18 Kernel. Both Apache and Tomcat were working on this box before I started messing with mod_jk. I downloaded the latest stable source (jakarta-tomcat-3.2.1-src) and compiled mod_jk as

RE: mod_jk - undefined symbol

2001-01-19 Thread Mohamed Nasser
PROTECTED]] Sent: Friday, January 19, 2001 10:44 AM To: [EMAIL PROTECTED] Subject: mod_jk - undefined symbol Hi there. I'm trying to get Tomcat 3.2.1 working with Apache 1.3.14 on a Red Hat 6.2 Linux Box running 2.2.18 Kernel. Both Apache and Tomcat were working on this box before I started

RE: mod_jk - undefined symbol

2001-01-19 Thread CPC Livelink Admin
AM To: '[EMAIL PROTECTED]' Subject: RE: mod_jk - undefined symbol I gave up on getting mod_jk working on Solaris. I've had a similar problem with different builds. I'd make sure that before you build it that all of the object files are removed. My problem was that there was an object file

RE: mod_jk - undefined symbol

2001-01-19 Thread Eric Paul
Message- From: Eric Paul [mailto:[EMAIL PROTECTED]] Sent: Friday, January 19, 2001 10:44 AM To: [EMAIL PROTECTED] Subject: mod_jk - undefined symbol Hi there. I'm trying to get Tomcat 3.2.1 working with Apache 1.3.14 on a Red Hat 6.2 Linux Box running 2.2.18 Kernel. Both Apache and Tomcat

RE: FIXED: mod_jk - undefined symbol

2001-01-19 Thread Eric Paul
I went back in to the source, renamed Makefile.linux to Makefile and did a make in the native/apache1.3 directory. This created a mod_jk.so first pass, no error messages. Problem with the command line in the FAQ was that it wasn't referencing my JDK for some reason. Thanks to everyone for