"Justin Erenkrantz" <[EMAIL PROTECTED]> 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