库:libcrypto.so.1.0.0:无法打开共享对象文件:没有这样的文件或目录

Ghi*_*mer 11 kali-linux

我使用 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)

  • 我得到这个包 libssl1.0.0 不可用,但被另一个包引用。 (2认同)

Ish*_*ava 5

  1. 须藤纳米 /etc/apt/sources.list
  2. 添加 deb http://security.ubuntu.com/ubuntu bionic-security main
  3. sudo apt update && apt-cache 策略 libssl1.0-dev
  4. sudo apt-get install libssl1.0-dev

来源:https://raspberrypi.stackexchange.com/questions/101245/how-do-i-install-the-libssl1-0-0-package/112232#112232 ?newreg=b4deba3288294d1e82b88241d5d0c295