Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Nov 2004 14:20:35 +0900
From:      Hye-Shik Chang <perky@i18n.org>
To:        Steve Valaitis <steve@digitalnothing.com>
Cc:        ports@FreeBSD.org
Subject:   Re: FreeBSD Port: mod_python3-3.1.3
Message-ID:  <20041124052035.GA27955@i18n.org>
In-Reply-To: <LDEHKBBOEMIJKHKBOFNFOEFIJBAA.steve@digitalnothing.com>
References:  <LDEHKBBOEMIJKHKBOFNFOEFIJBAA.steve@digitalnothing.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041124052035.GA27955>