From owner-freebsd-current@FreeBSD.ORG Mon Feb 9 21:21:56 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E54D616A4CE for ; Mon, 9 Feb 2004 21:21:56 -0800 (PST) Received: from miffy.openlook.org (openlook.org [211.236.182.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCD0D43D2F for ; Mon, 9 Feb 2004 21:21:56 -0800 (PST) (envelope-from perky@miffy.openlook.org) Received: by miffy.openlook.org (Postfix, from userid 1000) id 119EBA9F4; Tue, 10 Feb 2004 14:24:23 +0900 (KST) Date: Tue, 10 Feb 2004 14:24:23 +0900 From: Hye-Shik Chang To: Andy Hilker Message-ID: <20040210052423.GA25820@i18n.org> References: <20040210011037.GC27558@mail.crypta.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040210011037.GC27558@mail.crypta.net> X-Accept-Language: ko, en User-Agent: Mutt/1.5.5.1i X-Mailman-Approved-At: Tue, 10 Feb 2004 05:09:06 -0800 cc: freebsd-current@freebsd.org Subject: Re: ports/www/mod_python3 + libc_r + php4/mhash X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2004 05:21:57 -0000 On Tue, Feb 10, 2004 at 02:10:38AM +0100, Andy Hilker wrote: > Hi, > > after update world and all ports, apache core dumped with signal > 11. I have found out, that mod_php4 with mhash support AND the > following lines in $PREFIX/sbin/envvars: > > LD_PRELOAD=/usr/lib/libc_r.so Try LD_PRELOAD=/usr/lib/libpthread.so > export LD_PRELOAD > > is the reason. Without these envars, everything but mod_python3 > runs fine. > > Is there anything i could try or do to reanimate python? :) > Hye-Shik