On Wed, Feb 16, 2005 at 07:12:11PM -0500, Stas Bekman wrote: > Joe, do you have an idea why this doesn't work on FreeBSD 5.3 (in jail > environment). I remember last time you've fixed something about some BSD > flavor in APR socket lib. Thanks.
That was all the non-blocking-vs-blocking stuff. First I'd ask whether or not this fails in a non-chroot environment. A chroot will screw up all kinds of stuff (e.g. the resolver libraries) unless you set it up properly. I presume that httpd+mod_perl were at least configured and built *outside* the chroot? joe