You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Cavan Morris <ca...@worldnet.att.net> on 2001/12/15 22:58:57 UTC

Trouble building mod_webapp.so for Apache 2.0.28

I am unable to build mod_webapp.so for apache 2.0.28 on my redhat 7.2
system.

Here's what I've been doing.  The problem comes during the make process.

> tar -xvzf webapp-module-1.0.1-tc401-src.tar.gz
    [...]
> cd webapp-module-1.0.1-tc401/
    [...]
> ./support/buildconf.sh
    [...]
> ./configure --with-apxs=/usr/local/apache2/bin/apxs
    [...]
> make
    [...]
    *** Warning: This library needs some functionality provided by -lwebapp.
    *** I have the capability to make that library automatically link in
when
    *** you link to this library.  But I can only do this if you have a
    *** shared version of the library, which you do not appear to have.

    *** Warning: libtool could not satisfy all declared inter-library
    *** dependencies of module mod_webapp.  Therefore, libtool will create
    *** a static module, that should work as long as the dlopening
    *** application is linked with the -dlopen flag.
    make[2]: Leaving directory `/root/webapp-module-1.0.1-tc401/apache-2.0'
    make[1]: Exiting directory "apache-2.0"
    make[1]: Leaving directory `/root/webapp-module-1.0.1-tc401'

At this point make finishes and there is no mod_webapp.so in apache-2.0.
Does anyone have any idea how to get this to work?  Any help would be
greatly appriciated.

Thanks in advance.
Cavan Morris
cavan.morris@worldnet.att.net


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Trouble building mod_webapp.so for Apache 2.0.28

Posted by jean-frederic clere <jf...@fujitsu-siemens.com>.
Try to update your libtool.
I use the following:
+++
jfclere@vtxclere:~ > libtool --version
ltmain.sh (GNU libtool) 1.3.5 (1.385.2.206 2000/05/27 11:12:27)
+++

Cavan Morris wrote:
> 
> I am unable to build mod_webapp.so for apache 2.0.28 on my redhat 7.2
> system.
> 
> Here's what I've been doing.  The problem comes during the make process.
> 
> > tar -xvzf webapp-module-1.0.1-tc401-src.tar.gz
>     [...]
> > cd webapp-module-1.0.1-tc401/
>     [...]
> > ./support/buildconf.sh
>     [...]
> > ./configure --with-apxs=/usr/local/apache2/bin/apxs
>     [...]
> > make
>     [...]
>     *** Warning: This library needs some functionality provided by -lwebapp.
>     *** I have the capability to make that library automatically link in
> when
>     *** you link to this library.  But I can only do this if you have a
>     *** shared version of the library, which you do not appear to have.
> 
>     *** Warning: libtool could not satisfy all declared inter-library
>     *** dependencies of module mod_webapp.  Therefore, libtool will create
>     *** a static module, that should work as long as the dlopening
>     *** application is linked with the -dlopen flag.
>     make[2]: Leaving directory `/root/webapp-module-1.0.1-tc401/apache-2.0'
>     make[1]: Exiting directory "apache-2.0"
>     make[1]: Leaving directory `/root/webapp-module-1.0.1-tc401'
> 
> At this point make finishes and there is no mod_webapp.so in apache-2.0.
> Does anyone have any idea how to get this to work?  Any help would be
> greatly appriciated.
> 
> Thanks in advance.
> Cavan Morris
> cavan.morris@worldnet.att.net
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>