From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PekNw-0006pB-6U for garchives@archives.gentoo.org; Mon, 17 Jan 2011 08:24:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBCE3E07CD; Mon, 17 Jan 2011 08:22:45 +0000 (UTC) Received: from mta-1.ms.rz.rwth-aachen.de (mta-1.ms.rz.RWTH-Aachen.DE [134.130.7.72]) by pigeon.gentoo.org (Postfix) with ESMTP id 8C254E07CD for ; Mon, 17 Jan 2011 08:22:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-disposition: inline Content-type: text/plain; charset=us-ascii Received: from ironport-out-1.rz.rwth-aachen.de ([134.130.5.40]) by mta-1.ms.rz.RWTH-Aachen.de (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008)) with ESMTP id <0LF500DN7R9W3F90@mta-1.ms.rz.RWTH-Aachen.de> for gentoo-user@lists.gentoo.org; Mon, 17 Jan 2011 09:22:44 +0100 (CET) X-IronPort-AV: E=Sophos;i="4.60,332,1291590000"; d="scan'208";a="88923489" Received: from relay-2.ms.rz.rwth-aachen.de (HELO relay.rwth-aachen.de) ([134.130.7.75]) by ironport-in-1.rz.rwth-aachen.de with ESMTP; Mon, 17 Jan 2011 09:22:44 +0100 Received: from numa-i.igpm.rwth-aachen.de (numa-i.igpm.RWTH-Aachen.DE [134.130.161.252]) by relay.rwth-aachen.de (8.14.4+Sun/8.13.8/1) with ESMTP id p0H8Mim2022956 for ; Mon, 17 Jan 2011 09:22:44 +0100 (CET) Received: from numa-i (localhost [127.0.0.1]) by numa-i.igpm.rwth-aachen.de (Postfix) with ESMTP id 68780631 for ; Mon, 17 Jan 2011 09:22:48 +0100 (CET) Date: Mon, 17 Jan 2011 09:22:48 +0100 From: Helmut Jarausch Subject: [gentoo-user] dynamic libraries - tree view ? To: gentoo-user@lists.gentoo.org X-Mailer: Balsa 2.4.9 Message-id: <1295252568.18480.0@numa-i> X-Archives-Salt: 5d952a11-68c1-4294-9884-d653d6be38ea X-Archives-Hash: af1945290b05b0fb1ac8953ebd84a1cc Hi, on one of my machines, googleearth crashes. An ldd /opt/googleearth/googleearth.bin | grep crypto shows that it tries to load both /usr/lib32/libcrypto.so.0.9.8 and /usr/lib32/libcrypto.so.1.0.0 On a different machine it only loads /usr/lib32/libcrypto.so.1.0.0 and does not crash. So, how can I find out the tree of dynamic libraries. Probably these dynamic libraries are not loaded directly but indirectly by some other dynamic library. Is there anything better than invoking ldd for each dynamic library which is loaded by an application to see how it got loaded? Many thanks for a hint, Helmut.