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

2001-07-19 Thread Michael Steindl

hi there,

trying to build my mod_webapp.so module for the apache1.3 / tomcat 4.0
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.

can anyone help me?

cu,
ms.




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

2001-07-18 Thread Michael Steindl

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.