From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 18:35:17 2009 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 1F074106566B for ; Tue, 17 Nov 2009 18:35:17 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from kane.otenet.gr (kane.otenet.gr [83.235.67.31]) by mx1.freebsd.org (Postfix) with ESMTP id 8291D8FC08 for ; Tue, 17 Nov 2009 18:35:16 +0000 (UTC) Received: from pulstar.local (ppp-94-69-68-121.home.otenet.gr [94.69.68.121]) by kane.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id nAHIZFuK029797; Tue, 17 Nov 2009 20:35:15 +0200 Message-ID: <4B02ECE3.3050102@otenet.gr> Date: Tue, 17 Nov 2009 20:35:15 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: lconrad@Go2France.com References: <200911171923.AA63767444@mail.Go2France.com> In-Reply-To: <200911171923.AA63767444@mail.Go2France.com> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: where to find libintl.so.8 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: Tue, 17 Nov 2009 18:35:17 -0000 Len Conrad wrote: > FreeBSD 6.2-RELEASE FreeBSD 6.2-RELEASE #0 > > portsnap'd today > > running ver 1.2.8 of > > rdiff-backup > > which gets: > > ImportError: Shared object "libintl.so.8" not found, required by "librsync.so.1" > > thanks > Len > This is installed by the devel/gettext port. It is probably installed in your machine (most ports depend on it) but something may have gone wrong during a portupgrade. /usr/ports/UPDATING states the following for gettext upgrades: As a result of the upgrade to gettext-0.17, the shared library version of libintl has changed, so you will need to rebuild all ports that depend on gettext: # portupgrade -rf gettext # portmaster -r gettext I suggest you try one of these commands. (Check with 'pkg_info -Ix gettext' first to see what gettext you are running)