You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Pier Fumagalli <pi...@betaversion.org> on 2001/09/23 13:30:16 UTC

Re: Solution to mod_webapp.so:undefined symbol: pthread_sigmask on Red Hat Linux 7.1

"Justin Erenkrantz" <je...@ebuilt.com> wrote:

> On Sat, Sep 22, 2001 at 01:11:29AM +0000, Janek Bogucki wrote:
>> Hi,
>> 
>> I may have solved (or at least worked around) the the missing
>> 'pthread_sigmask' symbol error encountered when trying to use
>> mod_webapp.so. From the mailing list it appears to affect this
>> configuration:
> 
> This would be expected as APR is being built with threads and
> Apache 1.3 is non-threaded (and doesn't link in pthread).
> 
> Based on what I can tell in the jakarta-tomcat-connectors
> repository, Pier looks like he has addressed this issue because
> he sets APR_CFGFLG appropriately.
> 
> APR_CFGFLG="--enable-static --disable-shared --disable-threads"
> 
> This line appeared on 15-Sep-01 in revision 1.33 of configure.in.
> So, I would recommend the better solution is to use the latest
> CVS copy of mod_webapp.  HTH.  -- justin

Correct (as always).... I fixed that a loooong time ago :)

    Pier