[ILUG-BOM] Unable to load interpreter /lib/ld-linux.so.2

Chandrashekhar Bhosle linuxers@mm.ilug-bom.org.in
Fri Jan 18 10:03:03 2002


----- Original Message ----- 
From: "Shahed Ali" <shahed@enoor.com>
Subject: [ILUG-BOM] Unable to load interpreter /lib/ld-linux.so.2


> For a few days now I get the following error message when I
> run dmesg after informix / other programs crash.
 
> Unable to load interpreter /lib/ld-linux.so.2 
> VM: killing process java

> PS: I am runing RedHat Linux 6.2 (2.2.14-5.0)

You are probably hitting the max open files limit which means it
can't open  /lib/ld-linux.so.2. Try below command.

echo 32768 > /proc/sys/fs/file-max

- cnb