From owner-freebsd-questions@FreeBSD.ORG Wed Apr 9 20:33:46 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 A58FB1065673 for ; Wed, 9 Apr 2008 20:33:46 +0000 (UTC) (envelope-from fbsd06+U2=f69727cb@mlists.homeunix.com) Received: from mxout-04.mxes.net (mxout-04.mxes.net [216.86.168.179]) by mx1.freebsd.org (Postfix) with ESMTP id 7C63F8FC24 for ; Wed, 9 Apr 2008 20:33:46 +0000 (UTC) (envelope-from fbsd06+U2=f69727cb@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 2A355D05AC for ; Wed, 9 Apr 2008 16:33:44 -0400 (EDT) Date: Wed, 9 Apr 2008 21:33:43 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20080409213343.12061102@gumby.homeunix.com.> In-Reply-To: References: X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: ldconfig I don't like it very much 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: Wed, 09 Apr 2008 20:33:46 -0000 On Wed, 9 Apr 2008 14:41:07 -0400 "Edward Capriolo" wrote: > It seems like if you run ldconfig with no arguments it wipes > all the hints. Since root uses bash as a shell I can not find a way to > login and fix this. even the console has the problem For future reference, if you're going to use bash as root's shell, I suggest you compile the port with WITH_STATIC_BASH=yes, and copy bash to /bin.