You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Michael Steindl <Mi...@SERprocess.com> on 2001/07/18 11:30:39 UTC

problem with webapp_module and redhat 7.1/apache 1.3-tomcat4.0b5

hi there,

trying to build mod_webapp.so module for the apache1.3 / tomcat 4.0b5
integration, the following error occures, after building the module
successfully and trying to start apache:

# /etc/init.d/httpd start
Starting httpd: Syntax error on line 5 of /etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/mod_webapp.so into server:
/etc/httpd/modules/mod_webapp.so: undefined symbol: pthread_sigmask
                                                           [FAILED]

the miracle is, that, whenever i make clean everything and rebuild the whole
module (including apr recompile) the file size differs.

My best guess is that the EXTRA_LIBS from APRVARS are not being linked
into the server. but why?

That is a guess however.
can anyone help me?

cu,
michael.


Re: problem with webapp_module and redhat 7.1/apache 1.3-tomcat4.0b5

Posted by Adam Fowler <af...@aber.ac.uk>.
*on the trail*

Adam.

---- 
Adam Fowler 
Help Desk Live Project 
Information Services 
University of Wales, Aberystwyth 
Web guy+author on the TomcatBook Project 
http://tomcatbook.sourceforge.net 
e-mail: adamfowler@chillin.co.uk 
---- 


On Thursday 19 July 2001 06:32, you wrote:
> Me too,
> Exact same error on SuSE 7.1, so I await a response :-).
>
> On Wednesday 18 July 2001 19:30, you wrote:
> > hi there,
> >
> > trying to build mod_webapp.so module for the apache1.3 / tomcat 4.0b5
> > integration, the following error occures, after building the module
> > successfully and trying to start apache:
> >
> > # /etc/init.d/httpd start
> > Starting httpd: Syntax error on line 5 of /etc/httpd/conf/httpd.conf:
> > Cannot load /etc/httpd/modules/mod_webapp.so into server:
> > /etc/httpd/modules/mod_webapp.so: undefined symbol: pthread_sigmask
> >                                                            [FAILED]
> >
> > the miracle is, that, whenever i make clean everything and rebuild the
> > whole module (including apr recompile) the file size differs.
> >
> > My best guess is that the EXTRA_LIBS from APRVARS are not being linked
> > into the server. but why?
> >
> > That is a guess however.
> > can anyone help me?
> >
> > cu,
> > michael.

Re: problem with webapp_module and redhat 7.1/apache 1.3-tomcat4.0b5

Posted by Jeff Hoare <jh...@ihug.com.au>.
Me too,
Exact same error on SuSE 7.1, so I await a response :-).

On Wednesday 18 July 2001 19:30, you wrote:
> hi there,
>
> trying to build mod_webapp.so module for the apache1.3 / tomcat 4.0b5
> integration, the following error occures, after building the module
> successfully and trying to start apache:
>
> # /etc/init.d/httpd start
> Starting httpd: Syntax error on line 5 of /etc/httpd/conf/httpd.conf:
> Cannot load /etc/httpd/modules/mod_webapp.so into server:
> /etc/httpd/modules/mod_webapp.so: undefined symbol: pthread_sigmask
>                                                            [FAILED]
>
> the miracle is, that, whenever i make clean everything and rebuild the
> whole module (including apr recompile) the file size differs.
>
> My best guess is that the EXTRA_LIBS from APRVARS are not being linked
> into the server. but why?
>
> That is a guess however.
> can anyone help me?
>
> cu,
> michael.