天天看點

error while loading shared libraries: libmysqlclient.so.15: cannot open shared object file

今天編譯安裝LAMP,運作mysql指令時出現error while loading shared libraries: libmysqlclient.so.15: cannot open shared object file,在其它機子上安裝又沒問題,不明白這次有問題。下面是解決方法。

首先确定 libmysqlclient.so.15确實存在,出現這種錯誤可能是沒有裝載上。通過下列方法解決。

通過ldconfig注冊即可

ldconfig /usr/local/mysql/lib/mysql/libmysqlclient.so.15

轉載請注明文章來源:http://www.centos.bz/2011/09/error-while-loading-shared-libraries-libmysqlclient-so-15-cannot-open-shared-object-file/

轉載于:https://www.cnblogs.com/timecode-2011/archive/2012/06/29/2569474.html