运行SecureCRT时出现了这个问题:
./SecureCRT: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: No such file or directory
原因是缺少了libpython2.7.so.1.0文件,解决方案如下,运行下面的命令:
apt-get install libpython2.7
sudo apt-get install libatlas3-base
安装完之后即可运行

6433

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



