From owner-freebsd-questions@FreeBSD.ORG Tue Apr 21 18:51:08 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 287EE10656F1 for ; Tue, 21 Apr 2009 18:51:08 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id D59318FC15 for ; Tue, 21 Apr 2009 18:51:07 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LwL3j-00053N-Ke for freebsd-questions@freebsd.org; Tue, 21 Apr 2009 18:51:07 +0000 Received: from pool-70-21-6-151.res.east.verizon.net ([70.21.6.151]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Apr 2009 18:51:07 +0000 Received: from nightrecon by pool-70-21-6-151.res.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Apr 2009 18:51:07 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Tue, 21 Apr 2009 14:52:01 -0400 Lines: 27 Message-ID: References: <20090414090432.GA28254@ei.bzerk.org> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-70-21-6-151.res.east.verizon.net User-Agent: KNode/0.99.01 Sender: news Subject: Re: Sudden /libexec/ld-elf.so.1: Shared object "libintl.so.8" not found, required by errors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nightrecon@verizon.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Apr 2009 18:51:08 -0000 Agus wrote: [snip] >> What is the output of "ldconfig -r" ? >> >> > > Sorry for the delay.. was too busyy... > > No output... just this > > ldconfig -r > /var/run/ld-elf.so.hints: > search directories: > Sounds like the hints file is missing or damaged. These live here: /var/run/ld.so.hints for a.out and /var/run/ld-elf.so.hints for elf format. Look and see if these are present, and possibly consider deleting them and regenerating due to the possibility they are damaged. As root the command ldconfig -aout will do the first (probably not needed as that format is deprecated) and ldconfig -elf will do the second. -Mike