From owner-freebsd-questions@FreeBSD.ORG Fri Jan 20 22:32:42 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 F211D16A41F for ; Fri, 20 Jan 2006 22:32:42 +0000 (GMT) (envelope-from uwe@laverenz.de) Received: from natfrord.rzone.de (natfrord.rzone.de [81.169.145.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A6B143D45 for ; Fri, 20 Jan 2006 22:32:41 +0000 (GMT) (envelope-from uwe@laverenz.de) Received: from athena.laverenz.de (p5480CC96.dip.t-dialin.net [84.128.204.150]) by post.webmailer.de (8.13.1/8.13.1) with ESMTP id k0KMWeb0009077 for ; Fri, 20 Jan 2006 23:32:40 +0100 (MET) Received: from localhost (localhost.localdomain [127.0.0.1]) by athena.laverenz.de (Postfix) with ESMTP id 439F5E379FD8 for ; Fri, 20 Jan 2006 23:32:39 +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 16292-03-2 for ; Fri, 20 Jan 2006 23:32:38 +0100 (CET) Received: by athena.laverenz.de (Postfix, from userid 2000) id A1D60E379FD0; Fri, 20 Jan 2006 23:32:38 +0100 (CET) Date: Fri, 20 Jan 2006 23:32:38 +0100 From: Uwe Laverenz To: freebsd-questions@freebsd.org Message-ID: <20060120223238.GA17286@laverenz.de> Mail-Followup-To: freebsd-questions@freebsd.org References: <20060120191122.GE18407@oracle.local.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060120191122.GE18407@oracle.local.lan> 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: PHP junk pointer error with imagick.so 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: Fri, 20 Jan 2006 22:32:43 -0000 On Fri, Jan 20, 2006 at 11:11:22AM -0800, Justin Meyer wrote: > Has anyone else encountered this issue? Does anyone have any > suggestions as to how I might resolve it? I have similar problems with imagick and also with xslt. These two modules make php segfault e.g. when installing pear-ports. The problem seems to exist only on machines with ldap-setup (nss_ldap, pam_ldap). Do you run your machine with nss_ldap? I know of two other users who reported similar problems, both with nss_ldap. Solutions? I have mailed the php-maintainer about the problem but got no response. I don't think it would help to additionally make a PR, so for me there are 2 possible ways to solve this: 1) don't use imagick or xslt 2) don't use FreeBSD for PHP-development Uwe