Installing JavaEE on RHEL5/Centos
Tried installing the Java 5 enterprise edition on Centos 5.1 and got the following error:
./java_ee_sdk-5_04-linux.bin:
error while loading shared libraries:
libstdc++.so.5: cannot open shared object file:
No such file or directory
Fortunately, a quick google search got me the solution:
yum install compat-libstdc++*
Credit goes to Kevin Yeandel's blog for the solution.
Posted by rickg ( Apr 13 2008, 06:11:13 PM PDT ) Permalink Comments [0]
