09-12-05 10:52 PM
Just wanted to add to this message that if Jim's version runs and tests
with the trick below (envvars is executed prior to apache start, but I
don't think the tests use it, so you'll probably just have to set this var
in the shell in which the tests are run), then this would be a solution
for all FreeBSD issues and we could roll a beta 3 which will have a great
change of being publicly released.
Grisha
On Mon, 12 Sep 2005, Gregory (Grisha) Trubetskoy wrote:
>
> OK, found it. This should work on FreeBSD where Python is threaded and Apa
che
> 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:
>
>
[ Post a follow-up to this message ]
|