From owner-freebsd-questions@FreeBSD.ORG Wed Mar 21 08:27:36 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1E7CF16A468 for ; Wed, 21 Mar 2007 08:27:36 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.freebsd.org (Postfix) with ESMTP id A89A213C4CE for ; Wed, 21 Mar 2007 08:27:23 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.14.0/8.13.8) with ESMTP id l2L8RGWS086055 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 21 Mar 2007 03:27:17 -0500 (CDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.0/8.14.0/Submit) id l2KErg0p021492; Tue, 20 Mar 2007 09:53:42 -0500 (CDT) (envelope-from dan) Date: Tue, 20 Mar 2007 09:53:42 -0500 From: Dan Nelson To: cpghost Message-ID: <20070320145342.GB21504@dan.emsphone.com> References: <20070319175954.538D.GERARD@seibercom.net> <45FF9923.6090109@eskk.nu> <20070320085634.GA49914@osiris.chen.org.nz> <20070320124952.GA20230@epia-2.farid-hajji.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070320124952.GA20230@epia-2.farid-hajji.net> X-OS: FreeBSD 6.2-STABLE User-Agent: Mutt/1.5.14 (2007-02-12) Cc: freebsd-questions@freebsd.org, Jonathan Chen , Leslie Jensen Subject: Re: Shared object "libintl.so.6" not found 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: Wed, 21 Mar 2007 08:27:36 -0000 In the last episode (Mar 20), cpghost said: > On Tue, Mar 20, 2007 at 08:56:34PM +1200, Jonathan Chen wrote: > > On Tue, Mar 20, 2007 at 08:19:47AM +0000, Leslie Jensen wrote: > > > > [...] > > > I've just been through that! Reinstalling gettext won't solve this! > > > > > > Take a look in > > > > > > cd /usr/local/lib > > > > > > And make a link > > > ln -s libintl.so.8 libintl.so.6 > > > > You do realise that doing this will cause gettext dependancies to fail > > in weird an wonderful ways. > > It would have been useful if gettext port (or portmaster...) kept a > copy of /usr/local/lib/libintl.so.6 around (in addition to the new > .8). I had to copy that one over from another machine to get the apps > working again until they're all updated (on a slow 500 MHz desktop > machine, updating libintl.so deps takes AGES)... Portupgrade saves old versions of shared libraries in /usr/local/lib/compat/pkg/ whenever it updates a port, btw. -- Dan Nelson dnelson@allantgroup.com