On 3 Jul 2008 at 15:17, Linda Lee wrote: Date sent: Thu, 03 Jul 2008 15:17:15 -0600 From: Linda Lee <[EMAIL PROTECTED]> Subject: RE: /tomcat/mod_jk2.so: symbol ap_MD5Init: referenced symbol not found. To: Tomcat Users List <users@tomcat.apache.org> Send reply to: Tomcat Users List <users@tomcat.apache.org>
> Hi > > Thank you for your suggestion. I am using > mod_jk-1.2.26-httd-2.0.61.so from Tomcat 5.5.25 and I got the below > error: > > ---------- error > API module structure 'jk_module' in file > /tomcat/mod_jk-1.2.26-httpd-2.0.61.so is garbled - expected > signature 41503232 but saw 41503230 - perhaps this is not an Apache > module DSO, or was compiled for a different Apache version? > --------- end error > The above error is a result of the below statement: > LoadModule jk_module /tomcat/mod_jk-1.2.26-httpd-2.0.61.so You are using the wrong version of mod_jk. The one you are trying to use is built for apache httpd 2.0.x and you are using httpd 2.2.6. You need to build mod_jk from source or download the binary version of mod_jk pre-built for httpd 2.2.6. -Steve O. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]