From owner-freebsd-questions@FreeBSD.ORG Sun Dec 7 11:02:49 2008 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 3728D1065670 for ; Sun, 7 Dec 2008 11:02:49 +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 E1F768FC27 for ; Sun, 7 Dec 2008 11:02:48 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L9HPQ-0008AX-B4 for freebsd-questions@freebsd.org; Sun, 07 Dec 2008 11:02:44 +0000 Received: from pool-138-88-90-120.res.east.verizon.net ([138.88.90.120]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 07 Dec 2008 11:02:44 +0000 Received: from nightrecon by pool-138-88-90-120.res.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 07 Dec 2008 11:02:44 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Sun, 07 Dec 2008 06:02:26 -0500 Lines: 21 Message-ID: References: <4ad871310812070207k2136ea12p9bd6c9be2c0afd0f@mail.gmail.com> 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-138-88-90-120.res.east.verizon.net Sender: news Subject: Re: Locked myself out.. AGAIN!! 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: Sun, 07 Dec 2008 11:02:49 -0000 Redd Vinylene wrote: > Thanks guys. But I guess I'm all outta luck: > > $ sudo -s > /libexec/ld-elf.so.1: Shared object "libutil.so.5" not found, required by > "sudo" > [snip] Don't know if this would help but you might try creating a file called libmap.conf in /etc and place in it: libutil.so.5 libutil.so.7 This would be for a 7.x box. You can always do ldconfig -r |grep libutil to look for the candidate for the entry for the right column above. -Mike