我使用 kali linux os ,我的libcrypto.so.1.0.0库有问题
/Bureau/PacketTracer62Student/bin$ ./PacketTracer6
./PacketTracer6: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
Run Code Online (Sandbox Code Playgroud)
Ste*_*itt 13
您需要安装libssl1.0.0:
sudo apt-get install libssl1.0.0
Run Code Online (Sandbox Code Playgroud)
为了将来参考,您可以安装apt-file以自行查找:
sudo apt-get install apt-file
sudo apt-file update
apt-file search libcrypto.so.1.0.0
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
88171 次 |
| 最近记录: |