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 1MoLWW-0008CM-R3 for garchives@archives.gentoo.org; Thu, 17 Sep 2009 18:16:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BE0AE072B; Thu, 17 Sep 2009 18:16:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1980BE072B for ; Thu, 17 Sep 2009 18:16:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id C709C67520 for ; Thu, 17 Sep 2009 18:16:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.383 X-Spam-Level: X-Spam-Status: No, score=-3.383 required=5.5 tests=[AWL=-0.784, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hKfK-NeL0FjM for ; Thu, 17 Sep 2009 18:15:56 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 33E27B400F for ; Thu, 17 Sep 2009 18:15:55 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1MoLWJ-00082c-SX for gentoo-user@gentoo.org; Thu, 17 Sep 2009 20:15:51 +0200 Received: from adsl-69-234-185-224.dsl.irvnca.pacbell.net ([69.234.185.224]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Sep 2009 20:15:51 +0200 Received: from w41ter by adsl-69-234-185-224.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Sep 2009 20:15:51 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: walt Subject: [gentoo-user] Re: libssl3.so.12 not found, but why not? [SOLVED] Date: Thu, 17 Sep 2009 11:15:30 -0700 Message-ID: References: <200909171937.52056.dirk.heinrichs@online.de> 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-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-185-224.dsl.irvnca.pacbell.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4pre) Gecko/20090917 Shredder/3.0pre In-Reply-To: <200909171937.52056.dirk.heinrichs@online.de> Sender: news X-Archives-Salt: cd88a61d-4e31-48af-a22e-35bc108ca24a X-Archives-Hash: d4246a4c1a98a95c56af66b8eec8d474 On 09/17/2009 10:37 AM, Dirk Heinrichs wrote: > Am Donnerstag 17 September 2009 19:21:44 schrieb walt: >> Two days ago after updating world on my ~amd64, at least two apps >> can't find libssl.so.12 even though it's right where it should be. >> ... > > ...I've seen this on my box at work today. The interesting thing > here was that for the affected program, evolution, libssl3.so showed up four > times in ldd output, where three entries showed "not found" while the forth > showed the location of the lib. I also recompiled evolution and gnome-panel (those were the two apps that were broken) but they both depend on evolution-data-server, and recompiling that finally fixed it. Now, the next question is why didn't revdep-rebuild fix it first?