From owner-freebsd-questions@FreeBSD.ORG Wed Dec 24 01:58:29 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 C9D9216A4CE for ; Wed, 24 Dec 2003 01:58:29 -0800 (PST) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id B374F43D58 for ; Wed, 24 Dec 2003 01:58:28 -0800 (PST) (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 hBO9wPu17094; Wed, 24 Dec 2003 01:58:25 -0800 From: Kent Stewart To: hymette@wanadoo.fr, freebsd-questions@freebsd.org Date: Wed, 24 Dec 2003 01:58:25 -0800 User-Agent: KMail/1.5.4 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200312240158.25419.kstewart@owt.com> Subject: Re: problem with ld-elf.so.1 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: Wed, 24 Dec 2003 09:58:29 -0000 On Wednesday 24 December 2003 12:47 am, hymette@wanadoo.fr wrote: > Hi, > > I've been upgrading from 4.7 to 4.9 recently. Unfortunately I forgot to > make world for a while , after having cvsuped (sys and ports). In the > meantime I installed several ports and things were not going too bad , > but in some cases I had to ignore error messages (e.g. with Qt). It's > after having tried to ugdate pkgconfig without success that I realized > my errors. The port refuse to install and several applications that use > ld-elf.so.1 abort complaining "Shared object lib***.so.4 not found", > where *** can be "SDL", "intl", for instance. > > Now I used "make world" correctly but this failure persists. I'm afraid > many ports won't work well or even install. What can I do? > > Thank you in advance and merry Christmas! > I don't know what the SDL is but libintl.so.4 was created by an old version of gettext. The current version produces .so.5. You need to rebuild all of them. I image SDL is also one of your out of date references. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html