What does this error mean loading mod_jk module?

2002-06-29 Thread Rick Mann
When I start Apache, I get this: Can't locate API module structure `jk_module' in file /usr/local/apache2/modules/mod_jk2.so: /usr/local/apache2/lib/libapr.so.0: undefined symbol: jk_module I'm not very familiar with DLLs on linux, so I don't really know how to go about solving this

Re: What does this error mean loading mod_jk module?

2002-06-29 Thread Liam Morley
Rick, I found that a big tricky as well. It took a little guesswork, but the name of the module has been changed- instead of jk_module, it should be named jk2_module. If you make that change in your httpd.conf, you should be all set. Liam Morley Rick Mann wrote: When I start Apache, I get