Hi,

i try to start apache with mod_jk. I compiled mod_jk using the source-dist
and copy mod_jk.so to APACHE/libexec. The lines in my httpd.conf are:

        LoadModule              jk_module libexec/mod_jk.so
        AddModule               mod_jk.c

when i try to start apache i got this error:

        root@marvin:/usr/local/apache > ./bin/apachectl start
        Syntax error on line 207 of /usr/local/apache/conf/httpd.conf:
        Can't locate API module structure `jk_module´ in file
/usr/local/apache/libexec/mod_jk.so: /usr/local/apache/libexec/mod_jk.so:
undefined symbol: jk_module
        ./bin/apachectl start: httpd could not be started

Line 207 is the LoadModule Line above.

thanks in advance

Marco


Reply via email to