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 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

Re: mod_jk.so

2001-01-19 Thread Eric Paul
You need to download the source and compile it yourself. The mod_jk faq has info on how to do this, but some of it doesn't exactly work (as I found out today). Perhaps the best solution is untar the source, change to the native/apache1.3 directory, rename Makefile.linux to Makefile,

Re: mod_jk.so

2001-01-19 Thread Eric Paul
Do a locate/find to figure out where your copy of apxs really lives and edit the Makefile to call it from the right location. Eric At 02:41 PM 1/19/2001, you wrote: Hi Eric, I make this, but the following error occurred: make: /usr/sbin/apxs: command not found What it can be this? --- Eric

Re: Is My Tomcat on Linux starting up properly?

2001-01-19 Thread Eric Paul
You started the server as a user that doesn't have rights to the tomcat_home directory. The server is listening to the socket, but it probably can't reply with any reasonable output since it can't read or write to any of the files it needs. At 03:50 PM 1/19/2001, you wrote: Hi everyone, I'm