Hi Pier,
 I've followed the "howto compile" doc (apache-1.3.html I presume).  I got a
slightly different error this time.

[jreilly@lorien bin]$ ./httpd 
Syntax error on line 957 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/mod_webapp.so into server:
/usr/local/apache/libexec/mod_webapp.so: undefined symbol: pthread_sigmask
[jreilly@lorien bin]$ 


lines 957-960 of httpd.conf are
LoadModule webapp_module libexec/mod_webapp.so
AddModule webapp_module
WebAppConnection warpConnection warp localhost:8008
WebAppDeploy examples warpConnection /examples/


I've attached logs of the apr and mod_webapp builds.

This is using apr_20010511121424.tag.gz and jakarta-tomcat-4.0 checked out
from cvs this morning.

Cheers,
John


> -----Original Message-----
> From: Pier P. Fumagalli [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 15, 2001 2:07 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Trying New Connectors Build Stuff
> 
> 
> Reilly, John at [EMAIL PROTECTED] wrote:
> 
> > Hi,
> > I had the same problem but I'm using a heavily modified 
> Redhat 6.1 system so
> > that seems to indicate that its not limited to a glibc2.2 problem.
> > Everything compiled fine, but when starting up httpd it 
> gave the "undefined
> > symbol: pthread_create"  error as below.  I have libpthread 
> installed in
> > /lib which is in /etc/ld.so.conf.  I did a "strings" on the 
> library and the
> > symbol does exist in it.   I can provide more info if it helps.
> 
> I just checked in an "howto compile" file in the docs 
> directory... Can you
> follow it like the bible and tell me what happens ? :)
> Thanks :)
> 
>     Pier
> 

apr.install.log

mod_webapp.inst.log

Reply via email to