From owner-freebsd-current@FreeBSD.ORG Mon Feb 9 17:10:41 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 5D6FA16A4CE for ; Mon, 9 Feb 2004 17:10:41 -0800 (PST) Received: from mail.crypta.net (mail.crypta.net [194.97.74.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ECB043D31 for ; Mon, 9 Feb 2004 17:10:41 -0800 (PST) (envelope-from ah@crypta.net) Received: by mail.crypta.net (Postfix, from userid 1001) id A80A6ECD408; Tue, 10 Feb 2004 02:10:38 +0100 (CET) Date: Tue, 10 Feb 2004 02:10:38 +0100 From: Andy Hilker To: freebsd-current@freebsd.org Message-ID: <20040210011037.GC27558@mail.crypta.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-PGP-Key: http://wwwkeys.pgp.net:11371/pks/lookup?op=get&search=0xEC6E1071 X-PGP-Fingerprint: 9B2E 5892 AD93 D5C5 FB8E 3912 35D6 951B EC6E 1071 Organization: cryptobank - Andy Hilker Subject: 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 01:10:41 -0000 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 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? :) Thank you. Andy