From owner-freebsd-questions@FreeBSD.ORG Wed Dec 24 11:29:48 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 B1CDF16A4CE for ; Wed, 24 Dec 2003 11:29:48 -0800 (PST) Received: from mwinf0202.wanadoo.fr (smtp2.wanadoo.fr [193.252.22.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B70C43D48 for ; Wed, 24 Dec 2003 11:29:47 -0800 (PST) (envelope-from hymette@wanadoo.fr) Received: from wanadoo.fr (AAnnecy-103-1-6-90.w81-49.abo.wanadoo.fr [81.49.37.90]) by mwinf0202.wanadoo.fr (SMTP Server) with ESMTP id 30D51A40026C; Wed, 24 Dec 2003 15:31:59 +0100 (CET) Date: Wed, 24 Dec 2003 15:31:58 +0100 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) To: Kent Stewart From: hymette@wanadoo.fr In-Reply-To: <200312240158.25419.kstewart@owt.com> Message-Id: Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.552) cc: freebsd-questions@freebsd.org 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 19:29:48 -0000 I've done what you said and could rebuild some packages including gettext and pkgconfig but the previous error message remains for applications running ld-elf. For example gkrellm - which I could rebuild easily - still aborts at runtime with "ld-elf.so.1 : Shared object libintl.so.4 not found". There is no way to install gkrellm2 (because of pango complaining "ld-elf.so.1 : /usr/X11R6/lib/libfontconfig.so.1: Undefined symbol "FT_Get_BDF_Property""). Mozilla does not work nor build anew either. Mozilla-devel aborts during configure warning it does not find libraries and asking to setenv PKG_CONFIG_PATH, which does not help. The other applications seem to work well. I think also that I made errors with pkgdb -F . Is there a way to fix this ? Do you think that a portupgrade of all packages could help ? How would I recover the correct dependency lists if I corrupted them with pkgdb -F? In the worse case how could I get rid of all my ports and pkgs and rebuild them from scratch without messing the system ? > 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 >