I downloaded

mod_jk-apache-2.0.46-linux-i686.so <http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/linux/jk-1.2.18/mod_jk-apache-2.0.46-linux-i686.so>
from

http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/linux/jk-1.2.18/

into /usr/lib/httpd/modules and renamed it to mod_jk.so.
I also chmod 755 mod_jk.so  The user and group for mod_jk.so is set to root 
root just like all of the other modules.


David Smith wrote:
These messages might also occur when using modules built for other versions of Apache httpd. Are you sure your mod_jk.so module is for Apache httpd 2.2?

-David

Tom wrote:
I have downloaded mod_jk.so from the Tomcat site and when I attempt to use it via the LoadModule directive in Apache I get an error that is explained as follows:

Q. What's that message about 'garbled DSO ?'
A. It's related to Apache EAPI, the message 'mod_jk.so is garbled - perhaps this is not an Apache module DSO ?' just told you are trying to install a mod_jk.so DSO module that was compiled on an Apache using EAPI, like apache-mod_ssl or apache from Redhat distro 6.2/7.0 but your system use the standard apache with normal API.

What does it mean to have an Apache system using the standard API versus the EAPI. Is there a setting in Apache 2.2 to force the use of EAPI so that I can use the precompiled mod_jk.so?

Environment:  Tomcat 5.5, Apache 2.2 and Fedora Core 5.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to