From owner-freebsd-ports@FreeBSD.ORG Sat Dec 12 20:22:49 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50B91106566B for ; Sat, 12 Dec 2009 20:22:49 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 2D5788FC08 for ; Sat, 12 Dec 2009 20:22:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by spartan.hamla.org (Postfix) with ESMTP id CCDA9170C0 for ; Sat, 12 Dec 2009 15:22:48 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= user-agent:in-reply-to:content-disposition:content-type :content-type:mime-version:references:reply-to:message-id :subject:subject:from:from:date:date:received:received; s=aegis; t=1260649368; bh=OUHNjpG30njqpP+2FLGVo0x1+sBS7kQnq923Ga/k0fI=; b= D5aaq6O5QCWiUxTlWdC9VZF0uaptJ2rO+xKXvmPwW132+waZ4Q/h8k0FVNNvKRSz x/NJKUheUx0TxncyZGKYCepA/OOEdChApk8qwHGDo1EWOcyMpV8NAMtWFq/rG5bj L8g8R8f0gYXv1DwtTZMWERO3kYGACTFETJBdstnrSrQ= X-Virus-Scanned: by ClamAV at spartan.hamla.org Received: from spartan.hamla.org ([127.0.0.1]) by localhost (spartan.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id fFUZaxgLzmzq for ; Sat, 12 Dec 2009 15:22:48 -0500 (EST) Received: from magic.hamla.org (cpe-69-201-179-80.nyc.res.rr.com [69.201.179.80]) by spartan.hamla.org (Postfix) with ESMTPSA id 4E9161706C for ; Sat, 12 Dec 2009 15:22:48 -0500 (EST) Date: Sat, 12 Dec 2009 15:22:46 -0500 From: Sahil Tandon To: freebsd-ports@freebsd.org Message-ID: <20091212202245.GB585@magic.hamla.org> References: <4B237EDB.5030505@FreeBSD.org> <4B23C4D2.4090005@paradisegreen.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B23C4D2.4090005@paradisegreen.co.uk> User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: [Call for help] identify and fix libraries linked (erroneously) with libthr (that break php) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Dec 2009 20:22:49 -0000 On Sat, 12 Dec 2009, Thomas Sandford wrote: > Alex Dupre wrote: > >Hi PHP users, > >if you are using php5 on FreeBSD 7/8 (and not with > >apache22-worker) and are experiencing core dumps, probably you > >have some extensions linked with libthr. A couple of them are > >mhash and pgsql (for which I already have patches). To fix > >coredumps we need to identify the ports that install libraries > >erroneously linked with libthr, that are dependencies of php > >extensions. To do this task you can run the following command: > > > ># ldd -av /usr/local/lib/php/20060613*/*.so > >... > > H'mmm > > On FreeBSD 8.0-RELEASE I get: > > ldd: /usr/local/lib/php/20060613-debug/xsl.so: this is an ELF > program; use objdump to examine Don't specify -v. -- Sahil Tandon