You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Paxon Maina <Pa...@unep.org> on 2001/09/17 07:16:55 UTC

mod_webapp.so

After compiling mod_webapp.so and copying this file to the libexec
directory under apache ... on testing with apachectl configtest I get the
following error .. what could be the course ...

Syntax error on line 976 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/mod_webapp.so into server: ld.so.1:
/usr/l
ocal/apache/bin/httpd: fatal: relocation error: file
/usr/local/apache/libexec/m
od_webapp.so: symbol ap_log_error: referenced symbol not found

My platform is Solaris 8 on SPARCStation 20 , apache 1.3.20 , tomcat4.0-b7
....

Murage


Re: mod_webapp.so

Posted by Pier Fumagalli <pi...@betaversion.org>.
"Paxon Maina" <Pa...@unep.org> wrote:

> After compiling mod_webapp.so and copying this file to the libexec
> directory under apache ... on testing with apachectl configtest I get the
> following error .. what could be the course ...
> 
> Syntax error on line 976 of /usr/local/apache/conf/httpd.conf:
> Cannot load /usr/local/apache/libexec/mod_webapp.so into server: ld.so.1:
> /usr/l
> ocal/apache/bin/httpd: fatal: relocation error: file
> /usr/local/apache/libexec/m
> od_webapp.so: symbol ap_log_error: referenced symbol not found
> 
> My platform is Solaris 8 on SPARCStation 20 , apache 1.3.20 , tomcat4.0-b7
> ....

What compiler are you using (GCC/Sun?) Make (GNU/Solaris?)
Any output from the build process? What version of the WebApp sources are
you using?

    Pier