[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



 "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