Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Dec 2009 15:22:46 -0500
From:      Sahil Tandon <sahil@tandon.net>
To:        freebsd-ports@freebsd.org
Subject:   Re: [Call for help] identify and fix libraries linked (erroneously) with   libthr (that break php)
Message-ID:  <20091212202245.GB585@magic.hamla.org>
In-Reply-To: <4B23C4D2.4090005@paradisegreen.co.uk>
References:  <4B237EDB.5030505@FreeBSD.org> <4B23C4D2.4090005@paradisegreen.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <sahil@tandon.net>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091212202245.GB585>