라이브러리: libcrypto.so.1.0.0: 공유 객체를 열 수 없습니다. 파일: 해당 파일이나 디렉터리가 없습니다.

라이브러리: libcrypto.so.1.0.0: 공유 객체를 열 수 없습니다. 파일: 해당 파일이나 디렉터리가 없습니다.

libcrypto.so.1.0.0나는 kali linux os를 사용하고 있는데 라이브러리 에 문제가 있습니다

/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

답변1

설치해야합니다libssl1.0.0:

sudo apt-get install libssl1.0.0

나중에 참조할 수 있도록 apt-file다음을 설치하여 직접 확인할 수 있습니다.

sudo apt-get install apt-file
sudo apt-file update
apt-file search libcrypto.so.1.0.0

답변2

  1. sudo nano /etc/apt/sources.list
  2. 뎁 추가http://security.ubuntu.com/ubuntu생체 공학 보안 메인
  3. sudo apt 업데이트 && apt-cache 정책 libssl1.0-dev
  4. sudo apt-get 설치 libssl1.0-dev

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

답변3

reinstall나를 위해 일한 사용 :

sudo apt-get install libssl1.0.0 libssl-dev --reinstall

답변4

sudo nano /etc/apt/sources.list다음 줄을 추가하려면 소스 목록을 편집하세요.

deb http://security.ubuntu.com/ubuntu xenial-security main

그리고sudo apt updatesudo apt install libssl1.0.0

관련 정보