From owner-freebsd-ports@FreeBSD.ORG Thu Dec 17 03:37:15 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E878C1065670; Thu, 17 Dec 2009 03:37:14 +0000 (UTC) (envelope-from rabe@uugrn.org) Received: from mail.uugrn.org (mail.uugrn.org [195.49.138.123]) by mx1.freebsd.org (Postfix) with ESMTP id 5DDC78FC15; Thu, 17 Dec 2009 03:37:14 +0000 (UTC) Received: from rabe.uugrn.org (root@rabe.uugrn.org [195.49.138.102]) by mail.uugrn.org (8.14.3/8.14.3) with ESMTP id nBH3b31N060514; Thu, 17 Dec 2009 04:37:13 +0100 (CET) (envelope-from rabe@uugrn.org) Received: from daemon.ma.sigsys.de (rabe@rabe.uugrn.org [195.49.138.102]) by rabe.uugrn.org (8.14.3/8.13.8) with ESMTP id nBH3b3at060510; Thu, 17 Dec 2009 04:37:03 +0100 (CET) (envelope-from rabe@uugrn.org) Received: from daemon.ma.sigsys.de (localhost.ma.sigsys.de [127.0.0.1]) by daemon.ma.sigsys.de (8.14.3/8.14.3) with ESMTP id nBH3ZGi4023358; Thu, 17 Dec 2009 04:35:16 +0100 (CET) (envelope-from rabe@uugrn.org) Received: (from rabe@localhost) by daemon.ma.sigsys.de (8.14.3/8.14.3/Submit) id nBH3ZGDP023357; Thu, 17 Dec 2009 04:35:16 +0100 (CET) (envelope-from rabe@uugrn.org) X-Authentication-Warning: daemon.ma.sigsys.de: rabe set sender to rabe@uugrn.org using -f Date: Thu, 17 Dec 2009 04:35:16 +0100 From: Raphael Becker To: Alex Dupre Message-ID: <20091217033516.GF88894@ma.sigsys.de> References: <4B237EDB.5030505@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8JPrznbw0YAQ/KXy" Content-Disposition: inline In-Reply-To: <4B237EDB.5030505@FreeBSD.org> User-Agent: Mutt/1.4.2.3i Cc: ports@freebsd.org Subject: Re: [Call for help] identify and fix libraries linked (erroneously) with libthr (that break php) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2009 03:37:15 -0000 --8JPrznbw0YAQ/KXy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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=20 > install libraries erroneously linked with libthr, that are dependencies= =20 > of php extensions. To do this task you can run the following command: >=20 > # ldd -av /usr/local/lib/php/20060613*/*.so ldd -a /usr/local/lib/php/20060613*/*.so | grep ^/usr | cut -f 1 -d |=20 while read X; do=20 if ldd $X | grep libthr.so.3 >/dev/null; then=20 echo $X fi done |=20 sort -u |=20 while read X; do=20 pkg_info -W $X done /usr/local/lib/libcrypto.so.5 was installed by package openssl-0.9.8l /usr/local/lib/libcurl.so.5 was installed by package curl-7.19.7 /usr/local/lib/libldap-2.4.so.7 was installed by package openldap-client-2.= 4.20 /usr/local/lib/libmhash.so.2 was installed by package mhash-0.9.9.9 /usr/local/lib/libssh2.so.1 was installed by package libssh2-1.2.2,2 /usr/local/lib/libssl.so.5 was installed by package openssl-0.9.8l /usr/local/lib/php/20060613/curl.so was installed by package php5-curl-5.2.= 11_1 /usr/local/lib/php/20060613/ftp.so was installed by package php5-ftp-5.2.11= _1 /usr/local/lib/php/20060613/imap.so was installed by package php5-imap-5.2.= 11_1 /usr/local/lib/php/20060613/ldap.so was installed by package php5-ldap-5.2.= 11_1 /usr/local/lib/php/20060613/mhash.so was installed by package php5-mhash-5.= 2.11_1 /usr/local/lib/php/20060613/mysqli.so was installed by package php5-mysqli-= 5.2.11_1 /usr/local/lib/php/20060613/openssl.so was installed by package php5-openss= l-5.2.11_1 /usr/local/lib/php/20060613/pdo_mysql.so was installed by package php5-pdo_= mysql-5.2.11_1 > Thanks for cooperation. HTH =20 Regards Raphael --=20 Raphael Becker http://rabe.uugrn.org/ https://www.xing.com/profile/Raphael_Becker GnuPG: E7B2 1D66 3AF2 EDC7 9828 6D7A 9CDA 3E7B 10CA 9F2D =2E........|.........|.........|.........|.........|.........|.........|.. --8JPrznbw0YAQ/KXy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFLKab0nNo+exDKny0RAqo6AKDkx80MJT3xs7BTIWUiu8nmreSd/QCfcak3 qjAVkqIL4p+KoKuzoDxVP0o= =jUMF -----END PGP SIGNATURE----- --8JPrznbw0YAQ/KXy--