[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RAQ4 -- Unable to load interpreter /lib/ld-linux.so.2
- Subject: Re: [cobalt-users] RAQ4 -- Unable to load interpreter /lib/ld-linux.so.2
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Thu Dec 6 10:02:07 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
"Kham Vue" <kvue@xxxxxxxxxxx> wrote
> I'm getting the following error via console to my RAQ4Ri --- Unable to
load
> interpreter /lib/ld-linux.so.2
>
> The RAQ is now copying to the mirror hard drive. It's probably because of
> virtual memory/swap memory then I assume?
>
Aaron.M.Ucko@xxxxxxx says:
Dynamically linked ELF executables contain an "interpreter" field
which typically names the dynamic loader (e.g. /lib/ld-linux.so.1 or
/lib/ld-linux.so.2). This message means that your system has so
little free memory it can't even load ld-linux.so, which makes it a
bit difficult to run anything. :-)
Found by searching google "Unable to load interpreter /lib/ld-linux.so.2"
Gerald