From owner-freebsd-questions@FreeBSD.ORG Sat Apr 11 04:02:50 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 78FB21065672 for ; Sat, 11 Apr 2009 04:02:50 +0000 (UTC) (envelope-from johndoeismyname@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.237]) by mx1.freebsd.org (Postfix) with ESMTP id 4B08C8FC1D for ; Sat, 11 Apr 2009 04:02:50 +0000 (UTC) (envelope-from johndoeismyname@gmail.com) Received: by rv-out-0506.google.com with SMTP id l9so1234324rvb.43 for ; Fri, 10 Apr 2009 21:02:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=N0tZF4/1fwJNiyRooWwfulY49sZxOH4l9JW/UMGDhFY=; b=GB5xJ+Yu3b/voFX6pPRBYrk7Nd0YCMpBCxVC0rYskAm6GZ45tTwmaZHNjPxMzBPDKk YT5KbIGSR/bxJ0MhKK9lwCcsPUrXoYAt4hZnWCG8HkRRupx2u9fxXLDCciyJJzp/7ist vybjtNCU+r9sQ9xLkMPFmViW/Jx4z3W46a11o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=QsOdjy49xl104yxhXd8XiuIzWC3tzmeVGx0OgQlYpnQoIHwvrfNeDs+pCz5pQMPFei UxaS3FK596N/4xuSdtPnSfv7sSLxB+YYspCn24lQ0SWLTie6qg4wM2tJvy+zHAW4aaai VKOL+q8slh4402a+zl7PfCCKp0luL6RzmF09k= MIME-Version: 1.0 Received: by 10.114.146.4 with SMTP id t4mr2164396wad.143.1239420942859; Fri, 10 Apr 2009 20:35:42 -0700 (PDT) In-Reply-To: References: Date: Fri, 10 Apr 2009 23:35:42 -0400 Message-ID: From: gabe g To: Agus , freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: 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: Sat, 11 Apr 2009 04:02:50 -0000 On Fri, Apr 10, 2009 at 7:40 PM, Agus wrote: > 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 > > > > I really dont know what is happening .... thanks to anyone who can > clariffy this... I really dont know what /libexec/ld-elf.so.1 is > doing? > I figure that the binarys complaining arent findind this libs... i > really dunno... > > Thanks a lot in advance... > > Also i mention that this is a public server where i offer free shell > services .... i dont think a normal/unprivileged user could have done > mess with it right? > > Cheers, > Agustin > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > Don't clog your system with symlinks, look at the manpage for "libmap.conf" (man libmap.conf) or http://www.freebsd.org/cgi/man.cgi?query=libmap.conf&manpath=FreeBSD+7.1-RELEASE. Good luck, Gabe