----- Original Message ----- From: "Shahed Ali" <[EMAIL PROTECTED]> 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 _______________________________________________ Meeting on 6th 4pm at IIT Mumbai. See http://www.ilug-bom.org.in/meet/ http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

