You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Bekkali Hatim - Soamaï <hb...@soamai.com> on 2001/08/24 17:09:08 UTC

3 days trying to make mod_webapp.so !no succes

Hi

i have redhat 6.2 with kernel 2.2.18 ( Va linux) , apache 1.3.20 
i tried to use the mod-webapp.so comming from 
webapp-module-1.0-tc40b7-linux.tar.gz
but apache didnt start because of error 
Cannot load /usr/local/apache/libexec/mod_webapp.so into server: 
/lib/libc.so.6: version `GLIBC_2.2' not found (required by 
/usr/local/apache/libexec/mod_webapp.so , my glibc is 
glibc-2.1.3-22.1
glibc-devel-2.1.3-22.1
and for resean dependances i can't upgrade to glibc-2.2....


then i tried ( yesterday) to install the source of webapp to compile it , 
from 
CVS , i read the README.TXT , and i follow exactelly the explication :
i can configure , but when  i type make i have this error 
Compiling sources in /app/webapp-module-1.0-tc40b7/apache-1.3...
make[1]: Entering directory `/app/webapp-module-1.0-tc40b7/apache-1.3'
Linking Apache 1.3 WebApp Module
/app/webapp-module-1.0-tc40b7/apr/libtool: mod_webapp.lo: command not found
make[1]: *** [mod_webapp.so] Error 127
make[1]: Leaving directory `/app/webapp-module-1.0-tc40b7/apache-1.3'
make: *** [local-all] Error 2

i read some mails in the archive mailing list and i made a modification in 
the webapp-module-1.0-tc40b7/apache-1.3/Makefile

APXS_LD_SHLIB =      /usr/bin/gcc   

and i have the same error like this one :
http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg29867.html

any idea ? any help ?

thanks you a lot

Hatim .

Re: 3 days trying to make mod_webapp.so !no succes

Posted by Pier Fumagalli <pi...@betaversion.org>.
"Bekkali Hatim - Soamaï" <hb...@soamai.com> wrote:

> Hi
> 
> i have redhat 6.2 with kernel 2.2.18 ( Va linux) , apache 1.3.20
> i tried to use the mod-webapp.so comming from
> webapp-module-1.0-tc40b7-linux.tar.gz
> but apache didnt start because of error
> Cannot load /usr/local/apache/libexec/mod_webapp.so into server:
> /lib/libc.so.6: version `GLIBC_2.2' not found (required by
> /usr/local/apache/libexec/mod_webapp.so , my glibc is
> glibc-2.1.3-22.1
> glibc-devel-2.1.3-22.1
> and for resean dependances i can't upgrade to glibc-2.2....
> 
> 
> then i tried ( yesterday) to install the source of webapp to compile it ,
> from 
> CVS , i read the README.TXT , and i follow exactelly the explication :
> i can configure , but when  i type make i have this error
> Compiling sources in /app/webapp-module-1.0-tc40b7/apache-1.3...
> make[1]: Entering directory `/app/webapp-module-1.0-tc40b7/apache-1.3'
> Linking Apache 1.3 WebApp Module
> /app/webapp-module-1.0-tc40b7/apr/libtool: mod_webapp.lo: command not found
> make[1]: *** [mod_webapp.so] Error 127
> make[1]: Leaving directory `/app/webapp-module-1.0-tc40b7/apache-1.3'
> make: *** [local-all] Error 2
> 
> i read some mails in the archive mailing list and i made a modification in
> the webapp-module-1.0-tc40b7/apache-1.3/Makefile
> 
> APXS_LD_SHLIB =      /usr/bin/gcc
> 
> and i have the same error like this one :
> http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg29867.html
> 
> any idea ? any help ?

As I said, your APXS has something broken in it... Are you using the apache
version coming with RH6.2???

    Pier