You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Diogo Vitorino <dv...@addition.pt> on 2001/10/17 03:04:10 UTC

mod-webapp

I've managed to compile the module on a sun solaris 8/x86 platform but when
I install to apache, I'm getting:
--
Cannot load /usr/apache/libexec/mod_webapp.so into server: ld.so.1:
/usr/apache/bin/httpd: fatal: relocation error: file
/usr/apache/libexec/mod_webapp.so: symbol __divdi3: referenced symbol not
found
--

what's next?
--
Diogo Vitorino


Re: mod-webapp

Posted by Pier Fumagalli <pi...@betaversion.org>.
Diogo Vitorino at dvit@addition.pt wrote:

> I've managed to compile the module on a sun solaris 8/x86 platform but when
> I install to apache, I'm getting:
> --
> Cannot load /usr/apache/libexec/mod_webapp.so into server: ld.so.1:
> /usr/apache/bin/httpd: fatal: relocation error: file
> /usr/apache/libexec/mod_webapp.so: symbol __divdi3: referenced symbol not
> found
> --
> 
> what's next?


What compiler did you use for building mod_webapp? And which one for apache
itself? I believe it's a conflict between them...

    Pier