Subject: Re: apache, ap-perl and threads (again)
To: None <tech-pkg@NetBSD.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-pkg
Date: 10/01/2007 15:20:24
On Mon, Oct 01, 2007 at 01:58:23PM +0200, Klaus Heinz wrote:
> Joerg Sonnenberger wrote:
> 
> > LD_PRELOAD should work as well.
> 
> Ok, this may be a third "solution". The point is, which one do we
> choose and (finally) implement? If we do nothing, binary packages for
> apache, perl, ap-perl will be still incompatible on NetBSD for the
> umpteenth branch of pkgsrc...

LD_PRELOAD can be applied to the binary packages. The only problem here
is that libpthread has to be loaded early enough, either by linking
Apache against it or by using e.g. LD_PRELOAD to do that.

Joerg