On Wed, Dec 16, 2009 at 7:53 PM, Raphael Becker <r...@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:
>
> [r...@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
_______________________________________________
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