Thats a compile problem when you compile mod_jk2 --with-jni and recent Apache 2 versions,
follow http://nagoya.apache.org/wiki/apachewiki.cgi?TomcatFAQ/ModJK2OnRedHat
then everything should work fine.
(you only need jni if you want to use fast unix sockets or Tomcat inprocess with Apache)
The important thing to do is to edit jk/native2/server/apache2/Makefile
after you did configure and modify JK_LDFLAGS so the proper libraries are linked:
JK_LDFLAGS=-L${APACHE2_LIBDIR} -lcrypt -lapr-0 -laprutil-0 -lgdbm -lexpat -ldb @PCRE_LIBS@
At 22:42 12.07.2003 -0700, you wrote:
Does anyone have any insight on this, when starting tomcat I get:
Apache Tomcat/4.1.24 Jun 6, 2003 9:50:00 AM org.apache.jk.server.JkMain start INFO: APR not loaded, disabling jni components: java.io.IOException: /usr/lib/apache2/jkjni.so: /usr/lib/apache2/jkjni.so: undefined symbol: apr_md5_final
is this a bug? I have searched around the user list and found this link
http://www.mail-archive.com/[EMAIL PROTECTED]/msg92114.html but still it persists. Is this a bug?
Thanks alot.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
