program 을 실행 시 다음과 같이 "cannot open shared object file: No such file or directory" 에러가 나는 경우가 있습니다. ex) openssl $ openssl openssl: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory 다음과 같은 절차를 통해 해결할 수 있다. ldd 로 필요 library 확인하기 공유 라이브러리 의존성을 출력하는 ldd 로 프로그램 실행에 필요한 라이브러리 확인. $ ldd `which openssl` linux-vdso.so.1 (0x00007ffcc7df1000) libs..