From owner-freebsd-questions Fri Aug 23 13:44:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7717837B400 for ; Fri, 23 Aug 2002 13:44:46 -0700 (PDT) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EB1043E75 for ; Fri, 23 Aug 2002 13:44:45 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.158]) by be-well.ilk.org (8.12.5/8.12.5) with ESMTP id g7NKiiAn002377 for ; Fri, 23 Aug 2002 16:44:44 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.5/8.12.5/Submit) id g7NKiid0002374; Fri, 23 Aug 2002 16:44:44 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f To: freebsd-questions@freebsd.org Subject: Re: DOH! I deleted libc.so References: <22304.1030103254@www59.gmx.net> From: Lowell Gilbert Date: 23 Aug 2002 16:44:44 -0400 In-Reply-To: <22304.1030103254@www59.gmx.net> Message-ID: <444rdlb8zn.fsf@be-well.ilk.org> Lines: 15 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Pascal Giannakakis writes: > Where do i find the original libc.so on the FreeBSD CD 1? Or can i download > it from > somewhere? [assuming your cdrom is mounted on /mnt/cdrom] cat /mnt/cdrom/bin/bin.?? | tar -xvzf - *libc.* Or to put it directly in the right place, something like cat /mnt/cdrom/bin/bin.?? | tar -C / -xvzf - *libc.* should work... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message