From owner-freebsd-ports@FreeBSD.ORG Wed Nov 24 05:20:37 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B14DE16A4CE for ; Wed, 24 Nov 2004 05:20:37 +0000 (GMT) Received: from miffy.openlook.org (openlook.org [211.236.182.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19FDB43D3F for ; Wed, 24 Nov 2004 05:20:37 +0000 (GMT) (envelope-from perky@miffy.openlook.org) Received: by miffy.openlook.org (Postfix, from userid 1000) id B1DB3A974; Wed, 24 Nov 2004 14:20:35 +0900 (KST) Date: Wed, 24 Nov 2004 14:20:35 +0900 From: Hye-Shik Chang To: Steve Valaitis Message-ID: <20041124052035.GA27955@i18n.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Accept-Language: ko, en User-Agent: Mutt/1.5.6i cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: mod_python3-3.1.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Nov 2004 05:20:37 -0000 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