From owner-freebsd-questions@FreeBSD.ORG Mon Oct 31 21:12:11 2011 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BCEA106566B for ; Mon, 31 Oct 2011 21:12:11 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [94.23.254.147]) by mx1.freebsd.org (Postfix) with ESMTP id E365A8FC21 for ; Mon, 31 Oct 2011 21:12:10 +0000 (UTC) Received: from baby-jane.lamaiziere.net (63.9.74.86.rev.sfr.net [86.74.9.63]) by smtp.lamaiziere.net (Postfix) with ESMTPA id 6CFE1FAA31A5; Mon, 31 Oct 2011 22:12:09 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id 6A8EB7306F; Mon, 31 Oct 2011 21:12:06 +0100 (CET) Date: Mon, 31 Oct 2011 21:12:05 +0100 From: Patrick Lamaiziere To: bf1783@gmail.com Message-ID: <20111031211205.2fdb2773@davenulle.org> In-Reply-To: References: X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: bf1783@googlemail.com, freebsd-questions@FreeBSD.org Subject: Re: (8.2) share lib and ldconfig problem. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2011 21:12:11 -0000 Le Fri, 28 Oct 2011 12:49:45 -0400, "b. f." a écrit : > > Portgrade did a copy of the lib into /usr/local/lib/compat/pkg and > > run ldconfig. But the lib does not appear in the listing of the > > ldconfig cache : > > You mean portupgrade, probably? Yes, it was in the sentence :) > Since your broken binary seems to need *.so.46, you can try adding > symlinks between the corresponding *.so.46 and *.so.46.1, or you can > rebuild the dependent port. I've made a script to add the missing symlinks. Thanks for your explanations. Regards.