Roberto B. at [EMAIL PROTECTED] wrote:
> 1) I have installed Apache and some Virtual Host
> 2) I have installed Tomcat 4.0 b7 and it runs on port 8080
>
> in the virtual host I want to run HTML files with apache and JSP/servlet
> with Tomcat so...
>
> I have copied "mod_webapp.so" in the apache lib directory but when I wrote
>
> apachectl configtest
>
> I received:
>
> Syntax error on line 108 of /etc/apche/httpd.conf
> Cannot load /usr/lib/apache/1.3/mod_webapp.so into server: /lib/libc.so.6:
> version 'GLIBC_2.2' not found (required by
> /usr/lib/apache/1.3/mod_webapp.so)
>
> What means this?
It means that you don't have the Linux GLIBC version 2.2. You must be
running an old version of Linux.
Two options: either you upgrade your Linux box, or you download the sources,
follow the README and build a new mod_webapp.so.
Pier