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
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to