From owner-freebsd-stable@FreeBSD.ORG Wed Oct 8 08:11:58 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0ACD616A4B3 for ; Wed, 8 Oct 2003 08:11:58 -0700 (PDT) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEA3E43FA3 for ; Wed, 8 Oct 2003 08:11:56 -0700 (PDT) (envelope-from kstewart@owt.com) Received: from topaz-out (owt-207-41-94-233.owt.com [207.41.94.233]) by rutger.owt.com (8.11.6p2/8.9.3) with ESMTP id h98FBow15729; Wed, 8 Oct 2003 08:11:50 -0700 From: Kent Stewart To: jon@witchspace.com, "Adrian Borowski" Date: Wed, 8 Oct 2003 08:11:50 -0700 User-Agent: KMail/1.5.4 References: <005b01c38d9c$28ac4920$1d12a8c0@gg> <2218.192.168.0.1.1065624026.squirrel@webmail.witchspace.com> In-Reply-To: <2218.192.168.0.1.1065624026.squirrel@webmail.witchspace.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310080811.50140.kstewart@owt.com> cc: stable@freebsd.org Subject: Re: OT: "libintl.so.1" not found X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 15:11:58 -0000 On Wednesday 08 October 2003 07:40 am, jon@witchspace.com wrote: > > hello, > > sorry if this question is off-topic on this list, but I'm quite new > > in freeBSD world and I don't have any idea where to ask: I have > > 4.5-stable box > > and when installing from some ports there is output like this: > > > > /usr/libexec/ld-elf.so.1: Shared object "libintl.so.1" not found > > > > What is missing or wrong? > > dookie:~# ldconfig -r | grep intl > 94:-lintl.5 => /usr/local/lib/libintl.so.5 > 155:-lintl.4 => /usr/local/lib/compat/pkg/libintl.so.4 > dookie:~# pkg_which /usr/local/lib/libintl.so.5 > gettext-0.12.1 > dookie:~# > > 'libintl' is a part of 'gettext'. Try reinstalling that package and > see if the problem goes away. > That doesn't work. They changed the structure of the library and the codes that use it have to be rebuilt to get rid of the mismatch. You need to "portupgrade -ruf gettext" to fix the problem. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html