Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2009 14:52:01 -0400
From:      Michael Powell <nightrecon@verizon.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: Sudden /libexec/ld-elf.so.1: Shared object "libintl.so.8" not found, required by errors
Message-ID:  <gsl4if$181$1@ger.gmane.org>
References:  <fda61bb50904101640n26273388k538bc644c5b1190a@mail.gmail.com> <20090414090432.GA28254@ei.bzerk.org> <fda61bb50904211033i6c5d87e8q35f0116c626d1ce3@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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







Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?gsl4if$181$1>