error while loading shared libraries: libmysqlclient.so.16: cannot open shared object file: No such file or directory
Error Message ./vadddomain: error while loading shared libraries: libmysqlclient.so.16: cannot open shared object file: No such file or directory 리눅스 시스템을 운영하다보면 위와 같은 오류를 자주 보게 된다. 이에 따른 해결 방법 역시 많이 알려져 있다. 가장 흔한 원인은 공유 라이브러리의 의존 관계에 문제가 있는 경우이다. ldd 명령어로 확인해 보면 아래처럼 not found로 표시됨을 확인할 수 있다. $ ldd /usr/local/bin/memcached libevent-2.0.so.5 => not found libpthread.so.0 => /lib/tls/libpthread.so..