| Davide Bianchi 2005-12-28, 9:01 pm |
| On 2005-12-28, alan_sec <aklikic@yahoo.com> wrote:
> LoadModule jk_module "/u2/razno/tomcat/mod_jk/mod_jk.so"
> httpd: Syntax error on line 414 of /u2/razno/apache/conf/httpd.conf:
> Syntax error on line 4 of
> /u2/razno/jakarta-tomcat-5.5.9/conf/auto/mod_jk.conf: Cannot load
It seems that both your httpd.conf and mod_jk.conf are trying to load
the same module. Change one of the two to load it only once.
> /u2/razno/tomcat/mod_jk/mod_jk.so into server:
> /u2/razno/tomcat/mod_jk/mod_jk.so: cannot open shared object file: No
> such file or directory
It could be that the module is trying to load a library and such library
does not exists or is not where the module expects. Using ldd will
tell you.
Davide
--
If USENET is anarchy, IRC is a paranoid schizophrenic after 6 days on speed.
-- Chris "Saundo" Saunderson
|