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

2010-02-09 Thread geoffroy desvernay
Alex Dupre a écrit : > Hi PHP users, Hi > Finally report me the package (mhash-0.9.9.9, and all relevant > information) so I can fix it. > Hope it's not too late, but I have some machines in this case: 7.2-STABLE FreeBSD 7.2-STABLE #0: Thu Sep 24 23:33:20 CEST 2009 /usr/local/lib/libpq.so.5 was i

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

2009-12-16 Thread Raphael Becker
On Sat, Dec 12, 2009 at 12:30:35PM +0100, Alex Dupre wrote: > 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/lo

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

2009-12-12 Thread David Southwell
> > 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

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

2009-12-12 Thread Emil Smolenski
On Sat, 12 Dec 2009 12:30:35 +0100, Alex Dupre wrote: Finally report me the package (mhash-0.9.9.9, and all relevant information) so I can fix it. /usr/local/lib/php/20060613/dba.so: /usr/local/lib/libdb-4.7.so.0: db47-4.7.25.4 (databases/db47) /usr/local/lib/php/20060613/mysql.so: /usr/loc

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

2009-12-12 Thread Sahil Tandon
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

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

2009-12-12 Thread Alex Dupre
On Sat, 12 Dec 2009 09:24:28 -0800, David Wolfskill wrote: >> ># ldd -av /usr/local/lib/php/20060613*/*.so >> >> 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) Use only ldd -a , not -av -- Alex

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

2009-12-12 Thread David Wolfskill
On Sat, Dec 12, 2009 at 04:29:06PM +, 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, ... > >of php extensions. To do this task you can run the following command: > > > ># ldd

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

2009-12-12 Thread Thomas Sandford
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 identi

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

2009-12-12 Thread David Southwell
> 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

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

2009-12-12 Thread Alex Dupre
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