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/[email protected]/msg29867.html
any idea ? any help ?
thanks you a lot
Hatim .