PWN/TIP

ubuntu 64bit 환경에서 libcrypto.so.1.0.0가 없을 때

J1W0N 2018. 8. 21. 11:26
728x90

ubuntu 64bit 환경에서 32bit 바이너리를 실행 시키려고 하면 


error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory 


다음과 같은 에러를 만날 수 있다. 이는


sudo apt-get install libssl1.0.0:i386


다음과 같은 명령어로 해결할 수 있다.