数据库
首页 > 数据库> > 启动PHP报错:error while loading shared libraries: libmysqlclient.so.15: cannot open shared object file

启动PHP报错:error while loading shared libraries: libmysqlclient.so.15: cannot open shared object file

作者:互联网

我是今天再用emboss得时候发现出现问题了,再网上搜索了一下,发现有人和我一样得问题,解决得方法是:

wget -O /usr/lib64/libmysqlclient.so.15 http://files.directadmin.com/services/es_5.0_64/libmysqlclient.so.15
chmod 755 /usr/lib64/libmysqlclient.so.15

标签:loading,so.15,报错,usr,libmysqlclient,shared,lib64
来源: https://blog.csdn.net/ichen820/article/details/112461968