You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Cumming, Murray" <Mu...@mybau.com> on 2000/12/21 13:12:37 UTC

Install: mod_jserv.so open failed

I am trying to Install jakarta-tomcat-3.2.1 with Apache on Solaris 7, but it
seems that Apache can't find the mod_jserv.so which is definitely there.
Here is the full error message, followed by proof that the file is present:

# /usr/local/apache/bin/apachectl startssl
Syntax error on line 1 of
/usr/local/jakarta-tomcat-3.2.1/conf/tomcat-apache.con
f:
Cannot load /usr/local/apache/libexec/mod_jserv.so into server: ld.so.1:
/usr/lo
cal/apache/bin/httpd: fatal: /usr/local/apache/libexec/mod_jserv.so: open
failed
: No such file or directory
/usr/local/apache/bin/apachectl startssl: httpd could not be started
#
# ls -l
total 9900
-rw-r--r--   1 root     other      85459 Dec 21 12:02 ApacheJServ.jar
-rw-r--r--   1 root     other       8285 Dec 21 11:35 httpd.exp
-rwxr-xr-x   1 root     other     932532 Dec 21 11:35 libhttpd.ep
-rwxr-xr-x   2 root     other     967540 Dec 21 11:35 libhttpd.so
-rwxr-xr-x   2 root     other     967540 Dec 21 11:35 libhttpd.so.1
-rwxr-xr-x   1 root     other    1233096 Dec 21 11:35 libssl.so
-rwxr-xr-x   1 root     other     728796 Dec 21 12:02 mod_jserv.so
-rwxr-xr-x   1 root     other      82684 Dec 21 11:35 mod_rewrite.so


I am using Apache 1.3.14 with mod_ssl, mod_rewrite, and mod_perl. mod_ssl
and mod_rewrite are DSO.

Murray Cumming
murrayc@usa.net
www.murrayc.com
0174 479 2588

Re: Install: mod_jserv.so open failed

Posted by Catherine Jung <ca...@netcentricsystems.net>.
On Thu, 21 Dec 2000, Cumming, Murray wrote:

> I am trying to Install jakarta-tomcat-3.2.1 with Apache on Solaris 7, but it
> seems that Apache can't find the mod_jserv.so which is definitely there.
> Here is the full error message, followed by proof that the file is present:

Any particular reason you're using jserv rather than mod_jk?