在CentOS6上编译安装php时的libmysqlclient.so.18 错误Error 12

前端之家收集整理的这篇文章主要介绍了在CentOS6上编译安装php时的libmysqlclient.so.18 错误Error 12前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

/root/dev/PHP-5.3.6/sapi/cli/PHP: error while loading shared libraries: libMysqLclient.so.18: cannot open shared object file: No such file or directory

make: *** [ext/phar/phar.PHP] Error 127


32位操作系统:

ln -s /usr/local/MysqL/lib/libMysqLclient.so.18/usr/lib/


64位操作系统:

ln -s /usr/local/MysqL/lib/libMysqLclient.so.18/usr/lib64/


另外:在编译的时候,不写MysqL的路径,而使用MysqLnd代替,也可解决该问题的出现。

原文链接:https://www.f2er.com/centos/380336.html

猜你在找的CentOS相关文章