FreeBSD Port: php5-mhash-5.2.11_1

Matt datahead4 at gmail.com
Thu Dec 17 02:45:02 UTC 2009


On Wed, Dec 16, 2009 at 7:53 PM, Raphael Becker <rabe at uugrn.org> wrote:
>
> I disabled those:
> #extension=openssl.so
> #extension=pdo_mysql.so
> #extension=ldap.so
> #extension=imap.so
> #extension=mhash.so
> #extension=ftp.so
> #extension=curl.so
> #extension=mysqli.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 at freebsd ~]# for SO in $(grep ^[#] /usr/local/etc/php/extensions.ini |
> cut -f 2 -d "="); do ldd /usr/local/lib/php/20060613/$SO; done |
> grep usr/local | awk '{ print $1 " => " $3 ; }' | sort | uniq -c | sort -n
>
>   [snip]
>   2 libmysqlclient.so.15 => /usr/local/lib/mysql/libmysqlclient.so.15
>   7 libcrypto.so.5 => /usr/local/lib/libcrypto.so.5
>   7 libssl.so.5 => /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


More information about the freebsd-ports mailing list