I know this is going to help very little but...  Apparently when you get
the garbled message, it means the module was compiled with different
options than the calling module.  I know that is basic but that is where I
would start.  Example:  if your Apache has SSL enabled, then you must
compile mod_jk with the SSL module.

Hope that helps...

On Thu, 30 Nov 2000, Graham Freeman wrote:

> I am having trouble getting mod_jk.so working in Apache 1.3 on my Linux box.
> If I include the instruction
>    
>          LoadModule    jk_module  libexec/mod_jk.so
> 
> in my httpd.conf file, Apache reports
> 
>    # ./bin/apachectl configtest
>    Syntax error on line 991 of /usr/local/apache/conf/httpd.conf:
>    API module structure `jk_module' in file /usr/local/apache/libexec/mod_jk.so is 
>garbled - perhaps this is not an Apache module DSO?
> 
> I have tried recompiling the library from the source, and I get a different
> file length for mod_jk.so (88757) but no change in the behaviour.
> I also tried using mod_jk.conf-auto, but it contains the same LoadModule
> instruction and gives the same error.
> 
> Tomcat 3.2-b8 is otherwise working fine stand-alone.
> 
>                   Graham
> 

Reply via email to