Hi, I am trying to install webapp on my Linux RedHat 6.2. I am running w/ Apache 1.3.22 and Jakarta-Tomcat 4.0. I downloaded webapp-module-1.0-tc40-src_tar.gz As per instructions after untarring I moved mod_webapp.so to my $APACHE/libexec, and added the following lines to my httpd.conf: LoadModule webapp_module libexec/mod_webapp.so AddModule mod_webapp.c The test apachectl configtest yielded ok. But when I tried to restart my Apache I got the following msg:
Syntax error on line 208 of /usr/local/apache/conf/httpd.conf: 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) ./apachectl startssl: httpd could not be started I searched my entire machine for GLIBC_2.2. Cannot be found. Any suggestions. Thanks. -- John Kolvereid http://www.akaodin.com http://www.kolvereid.com [EMAIL PROTECTED] 1.610.296.4485 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>