From owner-freebsd-questions@FreeBSD.ORG Mon Dec 8 13:39:59 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9DE2EFD9 for ; Mon, 8 Dec 2014 13:39:59 +0000 (UTC) Received: from icp-osb-irony-out8.external.iinet.net.au (icp-osb-irony-out8.external.iinet.net.au [203.59.1.225]) by mx1.freebsd.org (Postfix) with ESMTP id 237EA295 for ; Mon, 8 Dec 2014 13:39:58 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnsGAEuphVR90bfD/2dsb2JhbABagwZSWLMQAQEBAQEBBpJ7hhsCgS0WAQEBAQF9hAMBAQMBJxM/BQsLDRQlDwUYRIgyCNU9AQEBAQYBAQEBHoYniigHFoMLgRUFk0SGGoEjNIUKKIhVg2KEAyswgkMBAQE X-IronPort-AV: E=Sophos;i="5.07,538,1413216000"; d="scan'208";a="879718200" Received: from unknown (HELO smtp.phoenix) ([125.209.183.195]) by icp-osb-irony-out8.iinet.net.au with ESMTP; 08 Dec 2014 21:39:56 +0800 Received: by smtp.phoenix (Postfix, from userid 1001) id 4339435C; Tue, 9 Dec 2014 00:39:56 +1100 (AEDT) Date: Tue, 9 Dec 2014 00:39:56 +1100 From: andrew clarke To: bastian-freebsd-ml@t6l.de Subject: Re: Error in pkg mgnt of libintl Message-ID: <20141208133956.GA35579@ozzmosis.com> References: <20141208132322.GF8479@tweddell.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141208132322.GF8479@tweddell.de> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Dec 2014 13:39:59 -0000 On Mon 2014-12-08 14:23:22 UTC+0100, bastian-freebsd-ml@t6l.de (bastian-freebsd-ml@t6l.de) wrote: > 109 # vim /etc/inetd.conf > Shared object "libintl.so.9" not found, required by "vim" > > Looking into the lib dir, I revealed the existence of libintl.so.8. > I guess somehow a downgrade took place, byt I do not know why. > > To just help my self in quick and realy ugly way, I created a link, > libintl.so.9 -> libintl.so.8 which eventually made vim running agai. > (I am totally surpised by that working). > > > Can you give me a hint how I can comprehensively solve this problem? I can't explain the cause of your missing libintl.so.9, but out of curiosity I took a look at my 10.1-REL system, where evidently libintl.so.9 is already symlinked to libintl.so.8. -rw-r--r-- 1 root wheel 104872 2014-12-05 14:17:38 /usr/local/lib/libintl.a lrwxr-xr-x 1 root wheel 16 2014-12-05 14:17:38 /usr/local/lib/libintl.so -> libintl.so.8.1.2 lrwxr-xr-x 1 root wheel 16 2014-12-05 14:17:38 /usr/local/lib/libintl.so.8 -> libintl.so.8.1.2 -rw-r--r-- 1 root wheel 55166 2014-12-05 14:17:37 /usr/local/lib/libintl.so.8.1.2 lrwxr-xr-x 1 root wheel 12 2014-12-05 14:17:38 /usr/local/lib/libintl.so.9 -> libintl.so.8 $ pkg which /usr/local/lib/libintl.so.9 /usr/local/lib/libintl.so.9 was installed by package gettext-runtime-0.19.3