Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 2009 20:15:40 -0600
From:      Matt <datahead4@gmail.com>
To:        Raphael Becker <rabe@uugrn.org>
Cc:        ports@freebsd.org
Subject:   Re: FreeBSD Port: php5-mhash-5.2.11_1
Message-ID:  <cd6b4a5b0912161815q73168f2br9c8becb8ea7b15f7@mail.gmail.com>
In-Reply-To: <20091217015358.GB88894@ma.sigsys.de>
References:  <27485796-553F-4396-84A8-11F88968F3C9@niftywerks.com> <20091217015358.GB88894@ma.sigsys.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Dec 16, 2009 at 7:53 PM, Raphael Becker <rabe@uugrn.org> wrote:
>
> I disabled those:
> #extension=3Dopenssl.so
> #extension=3Dpdo_mysql.so
> #extension=3Dldap.so
> #extension=3Dimap.so
> #extension=3Dmhash.so
> #extension=3Dftp.so
> #extension=3Dcurl.so
> #extension=3Dmysqli.so
>
>
> If i enable any of those php will segfault again!
>
> Looking at the referenced libraries from the ports (usr/local) shows a
> hot candidate:
>
> [root@freebsd ~]# for SO in $(grep ^[#] /usr/local/etc/php/extensions.ini=
 |
> cut -f 2 -d "=3D"); do ldd /usr/local/lib/php/20060613/$SO; done |
> grep usr/local | awk '{ print $1 " =3D> " $3 ; }' | sort | uniq -c | sort=
 -n
>
> =A0 [snip]
> =A0 2 libmysqlclient.so.15 =3D> /usr/local/lib/mysql/libmysqlclient.so.15
> =A0 7 libcrypto.so.5 =3D> /usr/local/lib/libcrypto.so.5
> =A0 7 libssl.so.5 =3D> /usr/local/lib/libssl.so.5
>
> 7 out of 8 disabled extensions depend on libcrypto.so.5 and libssl.so.5
> which come from openssl-0.9.8l
>
You might want to check out this thread:
http://lists.freebsd.org/pipermail/freebsd-ports/2009-December/058256.html

Perhaps your issues are related.

Matt



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