Complete.Org: Mailing Lists: Archives: discussion: February 2004:
[aclug-L] Re: File too short
Home

[aclug-L] Re: File too short

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: discussion@xxxxxxxxx
Subject: [aclug-L] Re: File too short
From: Jesse Kaufman <glandix@xxxxxxxxxxxx>
Date: Wed, 04 Feb 2004 15:56:21 -0600
Reply-to: discussion@xxxxxxxxx

On Wed, 2004-02-04 at 14:51, bbales wrote:
> mount /mnt/hda2  
> cd /mnt/hda2
> rm libc.so.6 
> ls libc*           got nothing.  So libc.so.6 is gone.

normally libc.so* would be in /lib (or in the case of RH9, /lib,
/lib/i686 and /lib/tls) which would make the above 'cd' command need to
be:

cd /mnt/hda2/lib

if you really were in lib and didn't find any libc, this is EXTREMELY
bad ... 

> Rebooted and got a new message: "cannot open shared file: libc.so.6: no such 
> file or directory."  Here, I don't understand why it cares????

you can run practically nothing w/o the C libraries installed... that's
why it cares...

-g-

-- 
"And who do you think I am?
And who do you think I'll be?
without You?"
        'Am I The Only One?' - Barenaked Ladies

-- This is the discussion@xxxxxxxxx list.  To unsubscribe,
visit http://www.complete.org/cgi-bin/listargate-aclug.cgi


[Prev in Thread] Current Thread [Next in Thread]