PDA

View Full Version : [ubuntu] Java Install error



cchir
July 31st, 2009, 12:02 PM
Trying to install Java, but I am getting the following error, can some help?

./java_app_platform_sdk-5_07-linux-nojdk.bin
./java_app_platform_sdk-5_07-linux-nojdk.bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

Partyboi2
July 31st, 2009, 12:34 PM
Hi, try installing the libstdc++5 package

sudo apt-get install libstdc++5