天天看点

linux .so cannot open

PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/mysql.so' - libmysqlclient.so.16: cannot open shared object file: No such file or directory in Unknown on line 0

ldconfig -v | grep mysql


ls -lhrnt /usr/lib64/mysql

echo /usr/lib64/mysql >> /etc/ld.so.conf


ldconfig -v | grep mysql


finish           

复制