Can't Build mod_jk in Linux

2003-06-10 Thread Dhruva B. Reddy
I'm having trouble getting Tomcat 4.1.18 to run with Apache 2.0.40 on Redhat Linux 8.0 and this seemed the most appropriate place to turn. More specifically, I'm trying to build mod_jk. I get various errors when running the configure script (depending the arguments that I feed it). When I run

Re: Can't Build mod_jk in Linux

2003-06-10 Thread Eric J. Pinnell
What I have found, and this for mod_jk2, is that all it really wants is axps. So ./configure --with-axps2=/path/to/apache2/bin/axps worked for me. Then make. Then it put mod_jk2.so in the build directory and I copied it over to the apache modules directory. This might work for mod_jk. I'd

Re: Can't Build mod_jk in Linux

2003-06-10 Thread John Turner
In my opinion, the first thing you want to do is remove Apache 2.0.40. Use the latest...the minor releases are important, almost all of them are security fixes. HOWTO: http://www.johnturner.com/howto John On Mon, 9 Jun 2003 13:42:16 -0600, Dhruva B. Reddy [EMAIL PROTECTED] wrote: I'm

Re: Can't Build mod_jk in Linux

2003-06-10 Thread Dhruva B. Reddy
OK, I got the module to build--thanks for your response. I have a new problem getting it to run. I'm trying to get Apache to run the JVM inprocess. I see the following error in Apache's log file: Can't load native library libjvm.so : libjvm.so: cannot open shared object file: No such file or