09-12-05 10:52 PM
OK, found it. This should work on FreeBSD where Python is threaded and
Apache is not.
[snip]
And, if you built apache without thread support, you may need to add the
following lines to $PREFIX/sbin/envvars:
LD_PRELOAD=/usr/lib/libc_r.so
export LD_PRELOAD
[snip]
On Mon, 12 Sep 2005, Gregory (Grisha) Trubetskoy wrote:
>
> On Mon, 12 Sep 2005, Jim Gallacher wrote:
>
>
> I think this was always there and its pretty harmless.
>
>
>
> This is because FreeBSD's libc comes in two versions - threaded and
> non-threaded. If Python is linked against the threaded ones and Apache
> against the non-thrreaded, then you get this problem. There is a simple fi
x
> for this - you just cause Apache to start with threaded libs, but I can't
> find any references to it right now and have to run off to a meeting.
>
> Grisha
>
>
>
>
[ Post a follow-up to this message ]
|