Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2009 20:30:37 +0200
From:      Mel Flynn <mel.flynn+fbsd.questions@mailing.thruhere.net>
To:        freebsd-questions@freebsd.org
Cc:        Ruben de Groot <mail25@bzerk.org>, Agus <agus.262@gmail.com>
Subject:   Re: Sudden /libexec/ld-elf.so.1: Shared object "libintl.so.8" not found, required by errors
Message-ID:  <200904212030.38047.mel.flynn%2Bfbsd.questions@mailing.thruhere.net>
In-Reply-To: <fda61bb50904211033i6c5d87e8q35f0116c626d1ce3@mail.gmail.com>
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
On Tuesday 21 April 2009 19:33:37 Agus wrote:
> 2009/4/14 Ruben de Groot <mail25@bzerk.org>:
> > On Fri, Apr 10, 2009 at 08:40:51PM -0300, Agus typed:
> >> Hi guys,
> >>
> >> Yesterday i suddenly start receiving this errors... first i noticed it
> >> cause i couldnt login and bash threw it.. then su...
> >>
> >> /libexec/ld-elf.so.1: Shared object "libintl.so.8" not found, required
> >> by "-su"
> >>
> >> Then i remove bash and change to tcsh and was "ok"... but then again,
> >> this one when using sendmail..
> >>
> >> /libexec/ld-elf.so.1: Shared object "libsasl2.so.2" not found,
> >> required by "send-mail"
> >>
> >>
> >> I didnt update anything... and it was all running fine for months...
> >> what can it be? the files i have are..
> >>
> >> -rwxr-xr-x  1 root  wheel    92K Mar 11 15:26 libsasl2.so.2
> >> lrwxr-xr-x  1 root  wheel    13B Mar 11 15:26 libsasl2.so ->
> >> libsasl2.so.2
> >>
> >> -r--r--r--  1 root  wheel    39K Aug 23  2008 libintl.so.8
> >> lrwxr-xr-x  1 root  wheel    12B Aug 23  2008 libintl.so -> libintl.so.8
> >
> > 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:

Possible causes:
/var/run/ld-elf.so.hints is reduced to 0 by program foo, operator bar or 
hacker baz.
You or operator bar ran ldconfig -s without arguments.

/rescue/ldconfig /lib
/etc/rc.d/ldconfig start

Should get you back up and running.
-- 
Mel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904212030.38047.mel.flynn%2Bfbsd.questions>