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