[Call for help] identify and fix libraries linked (erroneously) with libthr (that break php)

Thomas Sandford freebsduser at paradisegreen.co.uk
Sat Dec 12 16:29:11 UTC 2009


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

(repeated for each of my php extensions)

-- 
Thomas Sandford


More information about the freebsd-ports mailing list