Hi,

i've got a problem with tomcat/mod_jk (3.2.1)
and apache (1.3.14) under linux (suse 7.0):

I compiled apache and mod_jk and included
the mod_jk.conf-auto in httpd.conf.

This is what apache states while it crashes:

  Syntax error on line 8 of /usr/lib/tomcat/conf/mod_jk.conf-auto:
  API module structure `jk_module' in file
  /usr/local/httpd/libexec/mod_jk.so is garbled - perhaps this is not an
  Apache module DSO? 

It's the LoadModule statement for mod_jk.

This is how i compiled/configured apache:

  ./configure --prefix=/usr/local/httpd  --enable-module=most
--enable-shared=max)

And mod_jk compilation:

apxs -c -o mod_jk.so -I../jk -I/usr/lib/jdk1.2.2/include -I
/usr/lib/jdk1.2.2/include/linux *.c ../jk/*.c 

respectivily

apxs -o mod_jk.so -I../jk -I/usr/lib/jdk1.2.2/include -I
/usr/lib/jdk1.2.2/include/linux -c *.c ../jk/*.c 

All compilations were ok, no errors. I didn't forget
to copy mod_jk.so to apaches libexec/

BTW: java -version: 
java version "1.2.2"
Classic VM (build Linux_JDK_1.2.2_FCS, native threads, sunwjit) 

What's wrong?

Greetings and thanks in advance,

  Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to