From owner-freebsd-questions@FreeBSD.ORG Sat Feb 11 23:22:55 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7AF316A422 for ; Sat, 11 Feb 2006 23:22:55 +0000 (GMT) (envelope-from uwe@laverenz.de) Received: from natsmtp00.rzone.de (natsmtp00.rzone.de [81.169.145.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6790743D69 for ; Sat, 11 Feb 2006 23:22:46 +0000 (GMT) (envelope-from uwe@laverenz.de) Received: from athena.laverenz.de (p5480EFBF.dip.t-dialin.net [84.128.239.191]) by post.webmailer.de (8.13.1/8.13.1) with ESMTP id k1BNMhgV002647 for ; Sun, 12 Feb 2006 00:22:44 +0100 (MET) Received: from localhost (localhost.localdomain [127.0.0.1]) by athena.laverenz.de (Postfix) with ESMTP id 13CD8E3A766E for ; Sun, 12 Feb 2006 00:22:43 +0100 (CET) Received: from athena.laverenz.de ([127.0.0.1]) by localhost (athena [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 17096-04 for ; Sun, 12 Feb 2006 00:22:42 +0100 (CET) Received: by athena.laverenz.de (Postfix, from userid 2000) id 05E18E3A766D; Sun, 12 Feb 2006 00:22:41 +0100 (CET) Date: Sun, 12 Feb 2006 00:22:41 +0100 From: Uwe Laverenz To: freebsd-questions@freebsd.org Message-ID: <20060211232241.GD17057@laverenz.de> Mail-Followup-To: freebsd-questions@freebsd.org References: <20060210212512.GE22015@math.jussieu.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060210212512.GE22015@math.jussieu.fr> Organization: private site Sender: uwe@laverenz.de User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at laverenz.de Subject: Re: pear problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Feb 2006 23:22:55 -0000 On Fri, Feb 10, 2006 at 10:25:12PM +0100, Albert Shih wrote: > On a FreeBSD 5.4-p8 I've a problem to install pear ports. Do you use nss-ldap/pam-ldap on this machine? > the ports install stop with core dump (php.core). > > Anyone have this problem ? Several people have reported problems like this, all of them use nss-ldap. I could get around the problem when I disabled 2 php4-modules: imagick and xslt (just commented them out in /usr/local/etc/php/extensions.ini). Uwe