From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-mips+bounces-396-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1RDGdi-0001Wl-Gu
	for garchives@archives.gentoo.org; Mon, 10 Oct 2011 14:15:34 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6FE7321C056;
	Mon, 10 Oct 2011 14:15:19 +0000 (UTC)
Received: from amber.ccs.neu.edu (amber.ccs.neu.edu [129.10.116.51])
	by pigeon.gentoo.org (Postfix) with ESMTP id F1E9F21C056
	for <gentoo-mips@lists.gentoo.org>; Mon, 10 Oct 2011 14:15:18 +0000 (UTC)
Received: from alumni-linux.ccs.neu.edu ([129.10.116.115])
	by amber.ccs.neu.edu with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32)
	(Exim 4.69)
	(envelope-from <jfaulkne@ccs.neu.edu>)
	id 1RDGdS-0006k8-DW
	for gentoo-mips@lists.gentoo.org; Mon, 10 Oct 2011 10:15:18 -0400
Received: from jfaulkne by alumni-linux.ccs.neu.edu with local (Exim 4.69)
	(envelope-from <jfaulkne@ccs.neu.edu>)
	id 1RDGdS-0006km-BM
	for gentoo-mips@lists.gentoo.org; Mon, 10 Oct 2011 10:15:18 -0400
Date: Mon, 10 Oct 2011 10:15:18 -0400
From: Jim Faulkner <jfaulkne@ccs.neu.edu>
To: gentoo-mips@lists.gentoo.org
Subject: Re: [gentoo-mips] merging /lib32 into /lib
Message-ID: <20111010141518.GB25880@alumni-linux.ccs.neu.edu>
References: <20111009180824.GA28763@alumni-linux.ccs.neu.edu> <88855816-0f5a-4900-a217-0300b266e779@mail.chi.ldsys.net>
Precedence: bulk
List-Post: <mailto:gentoo-mips@lists.gentoo.org>
List-Help: <mailto:gentoo-mips+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-mips+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-mips+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-mips.gentoo.org>
X-BeenThere: gentoo-mips@lists.gentoo.org
Reply-to: gentoo-mips@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
In-Reply-To: <88855816-0f5a-4900-a217-0300b266e779@mail.chi.ldsys.net>
X-Archives-Salt: 
X-Archives-Hash: 2df2f9bf7a77c3d8364feea485bcff96

On Mon, Oct 10, 2011 at 06:13:17AM -0500, Christopher G. Stach II wrote:
> > like "mv" and "ln" are linked against /lib32/libc.so.6, so I can't
> > delete or rename that directory without hosing my system.
> 
> I can't directly address your primary issue, but do you have /sbin/sln?

I do indeed have /sbin/sln.  Thanks for the tip, good to know that
there's always a statically linked ln available.  I also compiled a
static busybox so I'd have that available in an emergency as well.