On Tue, 11 Jun 2002, Doug MacEachern wrote:
 
> could this be a version of freebsd with broken threads support?  i've 
> heard many cases of that.  chances are if you rebuild perl without 
> -Dusethreads and apache with the prefork mpm, this problem won't be there.

this is likely the problem.  i just compiled 2.0.36 on freebsd using 
--with-mpm=worker, yet it compiled in the prefork mpm instead.  no idea 
why it wouldn't just croak that worker isn't supported.

in general, i think there will be trouble when perl is built with 
-Dusethreads and httpd is not.  check your include/apr.h:

#define APR_HAS_THREADS           0

0 == trouble, 1 == ok.


Reply via email to