Subject: Re: apache and mod_perl
To: None <pkgsrc-users@NetBSD.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: pkgsrc-users
Date: 11/21/2006 19:10:08
On Tue, Nov 21, 2006 at 05:35:53PM +0000, Emmanuel Dreyfus wrote:
> A strange problem with apache and mod_perl from pkgsrc:
> I had to add -lpthread in httpd link command, otherwise loading
> mod_perl caused a core dump.

This is a known problem and not that easy to work around. You don't want
to build apache with -lpthread if you don't have to, as it can seriously
slow down.

Joerg