DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17762>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17762 runtime link error loading jkjni.so Summary: runtime link error loading jkjni.so Product: Tomcat 4 Version: 4.1.21 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Connector:Coyote JK 2 AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] While trying to load jkjni.so, the following error appears in my catalina.out log file: Mar 7, 2003 2:25:47 AM org.apache.commons.modeler.Registry loadRegistry INFO: Loading registry information Mar 7, 2003 2:25:47 AM org.apache.commons.modeler.Registry getRegistry INFO: Creating new Registry instance Mar 7, 2003 2:25:48 AM org.apache.commons.modeler.Registry getServer INFO: Creating MBeanServer Mar 7, 2003 2:25:49 AM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on port 8080 Starting service Tomcat-Standalone Apache Tomcat/4.1.21-LE-jdk14 Mar 7, 2003 2:25:54 AM org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote HTTP/1.1 on port 8080 Mar 7, 2003 2:25:54 AM org.apache.jk.server.JkMain start INFO: APR not loaded, disabling jni components: java.io.IOException: /usr/apache2/lib/jkjni.so: /usr/apache2/lib/jkjni.so: undefined symbol: apr_md5_final Here is my jk2.properties file: # Set the desired handler list #handler.list=apr,request,channelJni handler.list=apr,channelUnix,container # # Override the default port for the socketChannel channelUnix.file=/usr/tomcat/work/jk2.socket # Default: # channelUnix.file=${jkHome}/work/jk2.socket # Just to check if the the config is working shm.file=${jkHome}/work/jk2.shm # In order to enable jni use any channelJni directive # channelJni.disabled = 0 # And one of the following directives: #apr.NativeSo=/usr/apache2/modules/jkjni.so apr.NativeSo=/usr/apache2/lib/jkjni.so # If set to inprocess the mod_jk2 will Register natives itself # This will enable the starting of the Tomcat from mod_jk2 apr.jniModeSo=inprocess Apache 2.0.44 was configured with --prefix=/usr/apache2 --enable-auth-digest --enable-so --with-mpm=worker jk2 soure was configured --with-apxs2=/usr/apache2/bin/apxs. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]