Libc.so.6 파일을 찾을 수 없다는 에러가 발생합니다

회사 업무용으로 우분투를 사용해 볼려고
현재는 VMWare에 설치를 해서 업무용으로 사용하는 프로그램들을 다 테스트 해보고 있는중입니다.
오늘 드디어 Oracle SQLDeveloper도 실행 시켰는데…
MS 오피스 말고는 다 별 문제가 없는것 같은데 하나가 아직 해결이 안되고 있네요…
뭐 정 안된다면 VMWare에서도 돌릴 수 있겠지만…(MS Office 때문에 사용을 하긴 할 계획입니다…)

혹시 AlteonEMS 사용해 보신분 계신가요?
java install로 설치를 하고 실행을 시켜봤는데 에러가 나서 구글에서 찾아봤는데도 잘 모르겠네요…
에러 내용이

z980@z980-desktop:/opt/AlteonEMS$ ./AlteonEMS.sh
nawk: error while loading shared libraries: libm.so.6: cannot open shared object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/usr/lib/jvm/java-6-sun-1.6.0.07/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory

이렇습니다…
구글에서 찾아보니 libc6 을 설치하라는데 그것도 잘 되어있고 실제 패일도 잘 있습니다.
/lib 경로에요…
LD_LIBRARY_PATH 설정이 안되었나해서 그것도 설정 해봤는데 그래도 에러는 마찬가지네요…
예전 버전부터 쭉 발생하고 있는 문제인것 같은데…
혹시 이 에러가 왜 그런지 아시는분 계신가요?

.sh는 보통 쉘스크립트 파일입니다.

뷰어로 열어서 소스를 보시는게 좋겠군요.

또는 INSTALL이나 README도 도움이 되겠네요

라이브러리가 설치되있고 설정되있는데

없다고 나오는경우는 버젼이 다를 경우일 수 있습니다.

해당 프로그램의 문서를 읽어보세요