Problems building jk 2.0.4

2004-03-18 Thread Jens Saade
Hi, i got jk 2.0.4 from cvs, compiled it and added it to my http.conf via LoadModule. Apache 1.3.29 won't start: Cannot load /usr/lib/apache/1.3/mod_jk2.so into server: /usr/lib/apache/1.3/mod_jk2.so: undefined symbol: jk_jni_status_code The compilation did well, no error messages. Any ideas

RE: Problems building jk 2.0.4

2004-03-18 Thread Yiannis Mavroukakis
You probably did not include the jni option in the ./configure script. -Original Message- From: Jens Saade [mailto:[EMAIL PROTECTED] Sent: 18 March 2004 13:08 To: Tomcat Users List Subject: Problems building jk 2.0.4 Hi, i got jk 2.0.4 from cvs, compiled it and added it to my http.conf

Re: Problems building jk 2.0.4

2004-03-18 Thread Jens Saade
Yes, I did --with-jni Yiannis Mavroukakis wrote: You probably did not include the jni option in the ./configure script. -Original Message- From: Jens Saade [mailto:[EMAIL PROTECTED] Sent: 18 March 2004 13:08 To: Tomcat Users List Subject: Problems building jk 2.0.4 Hi, i got jk

Re: Problems building jk 2.0.4

2004-03-18 Thread Daniel Savard
Le jeu 18/03/2004 à 09:01, Jens Saade a écrit : Yes, I did --with-jni Yiannis Mavroukakis wrote: You probably did not include the jni option in the ./configure script. I noticed some deviation with 2.0.4 from instructions. Instead of jkjni.so, there is a libjkjni.so library produced

Re: Problems building jk 2.0.4

2004-03-18 Thread Jens Saade
Hm, libjnjni.so or jkjni.so is not built ... here's my configure line: ./configure --with-apxs=/usr/bin/apxs --with-apr-util=/home/ratze/apr-util-0.9.4 --with-apr=/home/ratze/apr-0.9.4 --with-tomcat41=/var/tomcat/ --with-java-home=/usr/java/java --with-jni Do i need it to be built separately?

Re: Problems building jk 2.0.4

2004-03-18 Thread Daniel Savard
Le jeu 18/03/2004 à 10:56, Jens Saade a écrit : Hm, libjnjni.so or jkjni.so is not built ... here's my configure line: ../configure --with-apxs=/usr/bin/apxs --with-apr-util=/home/ratze/apr-util-0.9.4 --with-apr=/home/ratze/apr-0.9.4 --with-tomcat41=/var/tomcat/