[root@localhost Desktop]# chmod +x java_ee_sdk-5_05-linux-ml.bin
[root@localhost Desktop]# ./java_ee_sdk-5_05-linux-ml.bin
./java_ee_sdk-5_05-linux-ml.bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
[root@localhost Download]# sudo apt-get install libstdc++5
sudo: apt-get: command not found
...
but when i am not root, the command ask for a password which i do not what it is. as follows:
[apple@localhost Download]$ sudo apt-get install libstdc++5
Password:
[root@localhost Desktop]# ./java_ee_sdk-5_05-linux-ml.bin
./java_ee_sdk-5_05-linux-ml.bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
[root@localhost Download]# sudo apt-get install libstdc++5
sudo: apt-get: command not found
...
but when i am not root, the command ask for a password which i do not what it is. as follows:
[apple@localhost Download]$ sudo apt-get install libstdc++5
Password:
本文记录了一次在Linux环境下安装Java EE SDK过程中遇到的libstdc++.so.5缺失问题及尝试解决的过程。主要介绍了如何使用sudo apt-get命令安装缺失的库文件,以及在非root用户权限下进行操作时的注意事项。
1245

被折叠的 条评论
为什么被折叠?



