On Tue, 24 Apr 2001, Rajah, PushpamX wrote:

>Date: Tue, 24 Apr 2001 16:32:57 -0400
>From: "Rajah, PushpamX" <[EMAIL PROTECTED]>
>To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
>Content-Type: text/plain;
>       charset="iso-8859-1"
>List-Id: General Red Hat discussion list <redhat-list.redhat.com>
>Subject: Renamed System file
>
>
>I am working in Linux 6.2 intel version.
>By mistake I have renamed the libc.so.6 file libc.so.6old.  Now I am unable
>to do anything.

Not surprising.  ;o)  That library is the standard C library to
which every application on the whole system is dynamically
linked.  You can think of it as "God" if you like.  ;o)

>Can I restore the file in any other manner.

try:

cd /usr/lib
sln libc.so.6old libc.so.6

"sln" is a statically linked version of "ln", which the above
command allows you to hardlink the file back to it's original
name.  After that you should be ok.  Don't ever muck with library
files in /usr/lib unless you know the repercussions.  ;o)


>Is this file is need even if we boot from the floppy also.

Yes.

>One more doubt I have is if, we upgrade the system will it erase all the
>files I have in my harddisk?

Depends on how you proceed to upgrade.  It isn't entirely
necessary though.


>Can any one help?

Hopefully the above will fix you up.



-- 
Mike A. Harris                  Shipping/mailing address:
OS Systems Engineer             190 Pittsburgh Ave., Sault Ste. Marie,
Red Hat Inc.                    Ontario, Canada, P6C 5B3
http://www.redhat.com           Phone: (705)949-2136




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to