Considering the possibility you are setup like me (httpd config in /etc/httpd/conf - modules in /etc/httpd/modules), I suggest you change your LoadModule line to:
LoadModule jk_module modules/mod_jk.so All the docs talk about libexec - but all of my other modules are loaded from modules/mod_* - and this is true for mod_jk too - works like a charm! HTH, Eddie COLLINEAU Franck FTRD/DMI/TAM wrote: >Greetings, > >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: > >./bin/apachectl start >Syntax error on line 207 of /usr/local/apache/conf/httpd.conf: >Can't locate API module structure `jk_module=B4 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 > >Franck > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
