From owner-freebsd-questions@FreeBSD.ORG Tue Apr 21 18:30:41 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 3D1DF1065673 for ; Tue, 21 Apr 2009 18:30:41 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 06AC48FC28 for ; Tue, 21 Apr 2009 18:30:40 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from sarevok.dnr.servegame.org (mailhub.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 8A1497E837; Tue, 21 Apr 2009 10:30:39 -0800 (AKDT) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Tue, 21 Apr 2009 20:30:37 +0200 User-Agent: KMail/1.11.2 (FreeBSD/8.0-CURRENT; KDE/4.2.2; i386; ; ) References: <20090414090432.GA28254@ei.bzerk.org> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904212030.38047.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: Ruben de Groot , Agus 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Apr 2009 18:30:41 -0000 On Tuesday 21 April 2009 19:33:37 Agus wrote: > 2009/4/14 Ruben de Groot : > > 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