From owner-freebsd-questions@FreeBSD.ORG Fri Sep 19 02:21:01 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBEEC16A4B3 for ; Fri, 19 Sep 2003 02:21:01 -0700 (PDT) Received: from mail.trueafrican.com (mail.trueafrican.com [212.88.98.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BF4D43FBD for ; Fri, 19 Sep 2003 02:21:00 -0700 (PDT) (envelope-from begj@trueafrican.com) Received: from mail.trueafrican.com ([127.0.0.1]) by localhost (mail.trueafrican.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 70038-10; Fri, 19 Sep 2003 12:23:34 +0300 (EAT) Received: by mail.trueafrican.com (Postfix, from userid 520) id 8DEAA1637A3; Fri, 19 Sep 2003 12:23:34 +0300 (EAT) Date: Fri, 19 Sep 2003 12:23:34 +0300 (EAT) From: Joseph Begumisa To: Odhiambo Washington In-Reply-To: <20030919083748.GB7617@ns2.wananchi.com> Message-ID: <20030919121709.P73386@mail.trueafrican.com> References: <20030919083748.GB7617@ns2.wananchi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: /usr/libexec/ld-elf.so.1: Shared object "libintl.so.4" not found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2003 09:21:01 -0000 On Fri, 19 Sep 2003, Odhiambo Washington wrote: > Hi people, > > I lost my hard disk (no backups) yesterday and now I am the most miserable > man on earth! > I have installed FreeBSD 5.1-RELEASE. I have installed X, which is running > fine, but I have tried installing mozilla, gaim, evolution, and a few others, > all of which fails with the message: > > /usr/libexec/ld-elf.so.1: Shared object "libintl.so.4" not found > > I would like to know how to get this libintl.so.4 into the system so that > these apps can compile. Howdy? > hi, i encountered such a problem a few weeks back and this link below was helpful. take a look. the answer lies in upgrading gettext and all of the ports that depend on it. http://www.bsdforums.org/forums/showthread.php?threadid=13526 cheers, Joseph.