Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 1996 16:37:21 -0800
From:      Julian Elischer <julian@whistle.com>
To:        kavitha <kavitha@watson.ibm.com>
Cc:        hackers@freebsd.org
Subject:   Re: missing libraries
Message-ID:  <328D0CC1.41C67EA6@whistle.com>
References:  <9611152329.AA32475@hawpub1.watson.ibm.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?328D0CC1.41C67EA6>