Skip site navigation (1)Skip section navigation (2)
Date:      23 Aug 2002 16:44:44 -0400
From:      Lowell Gilbert <freebsd-questions-local@be-well.no-ip.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: DOH! I deleted libc.so
Message-ID:  <444rdlb8zn.fsf@be-well.ilk.org>
In-Reply-To: <22304.1030103254@www59.gmx.net>
References:  <22304.1030103254@www59.gmx.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Pascal Giannakakis <CapM@gmx.net> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?444rdlb8zn.fsf>