FreeBSD Port: mod_python3-3.1.3

Hye-Shik Chang perky at i18n.org
Tue Nov 23 21:20:37 PST 2004


On Tue, Nov 23, 2004 at 09:50:37PM -0700, Steve Valaitis wrote:
> I upgraded to 5.3 recently, and Apache 2.0.52_3, and can no longer use
> mod_python. Everytime I try to start Apache with it I get an httpd core
> dump. I have tried rebuilding mod_python multiple times since the Apache
> rebuild, and I cannot get this problem to go away. Any thoughts on what I
> can try, or if this is a known problem? I should also note that this happens
> on two machines with completely different hardware configurations, but both
> are 5.3/2.0.52_3.
> 

Did you update /usr/local/sbin/envvars to reflect change of
default threading library?

It should have:

LD_PRELOAD=/usr/lib/libpthread.so  # not libc_r.so
export LD_PRELOAD


Hye-Shik


More information about the freebsd-ports mailing list