You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Takaoglu, Uzay" <ut...@syscom.com> on 2002/03/25 20:17:43 UTC

mod_webapp.so GLIBC_2.2 error on RH 6.1

Hi All,

I need to run tomcat 4.0.3 with apache 1.3.23 on linux RH 6.1. Obviously
mod_webapp.so requires GLIBC 2.2 and RH 6.1 comes with GLIBC 2.1.3. When I
try to run apache, it returns an error "Cannot load
<httpd_module_path>/mod_webapp.so into server: /lib/libc.so.6 version
'GLIBC_2.2' not found (required by
<path_to_mod_webapp.so_home>/mod_webapp.so)

Is there ayway I can use mod_webapp.so with GCC 2.1.3 ? 

Regards,

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: mod_webapp.so GLIBC_2.2 error on RH 6.1

Posted by Alan Pogrebinschi <al...@empresa.com>.
I had exactly the same problem. You just have to get the mod_webapp.so
source and compile it yourself.

The only thing that worked for me was getting the source directly from the
CVS, as well as the APR. I'll paste here the info from the README.txt file:

"Check out the module sources from CVS using the following commands:

    cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic login
    (Logging in to anoncvs@cvs.apache.org)
    CVS password: anoncvs
    cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic \
        checkout jakarta-tomcat-connectors/webapp

Once CVS downloads the WebApp module sources, we need to download the
APR (Apache Portable Runtime) sources. To do this simply:

    cd ./jakarta-tomcat-connectors/webapp
    cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic \
        checkout apr
"

At this point you already have your own README.txt to follow.

Hope this helps :)

Alan

----- Original Message -----
From: "Takaoglu, Uzay" <ut...@syscom.com>
To: "'Tomcat Users List'" <to...@jakarta.apache.org>
Sent: Monday, March 25, 2002 2:17 PM
Subject: mod_webapp.so GLIBC_2.2 error on RH 6.1


> Hi All,
>
> I need to run tomcat 4.0.3 with apache 1.3.23 on linux RH 6.1. Obviously
> mod_webapp.so requires GLIBC 2.2 and RH 6.1 comes with GLIBC 2.1.3. When I
> try to run apache, it returns an error "Cannot load
> <httpd_module_path>/mod_webapp.so into server: /lib/libc.so.6 version
> 'GLIBC_2.2' not found (required by
> <path_to_mod_webapp.so_home>/mod_webapp.so)
>
> Is there ayway I can use mod_webapp.so with GCC 2.1.3 ?
>
> Regards,
>
> --
> To unsubscribe:   <ma...@jakarta.apache.org>
> For additional commands: <ma...@jakarta.apache.org>
> Troubles with the list: <ma...@jakarta.apache.org>
>


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>