From owner-freebsd-hackers Fri Nov 15 16:39:41 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA00218 for hackers-outgoing; Fri, 15 Nov 1996 16:39:41 -0800 (PST) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA00213 for ; Fri, 15 Nov 1996 16:39:39 -0800 (PST) Received: from current1.whistle.com (current1.whistle.com [207.76.205.22]) by alpo.whistle.com (8.8.2/8.8.2) with SMTP id QAA08696; Fri, 15 Nov 1996 16:37:23 -0800 (PST) Message-ID: <328D0CC1.41C67EA6@whistle.com> Date: Fri, 15 Nov 1996 16:37:21 -0800 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: kavitha CC: hackers@freebsd.org Subject: Re: missing libraries References: <9611152329.AA32475@hawpub1.watson.ibm.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk kavitha wrote: > > Hello, > > I have FreeBSD 2.1.5 on my thinkpad. By mistake I deleted > /usr/lib/libc.a & /usr/lib/libc.so.2.2. Now I'm not able to login, > ftp or telnet to this machine. > > I have a backup of these libraries on some other machine. > > Can anybody tell me how I can install these libraries back and save my disk? > > Thanks in Advance > Regards > kavitha boot: -s fsck -p mount /usr then you have several options: 1/ tar xvf /dev/rfd0 (from floppy) if you still have /stand (always a good move) cd /stand ifconfig up your interface ./ftp otherhost get /usr/lib/libxxxxx quit reboot