无法在 Centos 上安装 php-mysqli 扩展
我正在尝试将 mysqli 扩展安装到 php
I'm trying to install mysqli extension to php
yum install php-mysqli
我得到下一个错误
...
Transaction Check Error:
file /usr/share/mysql/charsets/Index.xml from install of mysql-libs-5.1.71-1.el6.x86_64 conflicts with file from package MySQL55-server-5.5.34-2.cp1136.x86_64
file /usr/share/mysql/charsets/README from install of mysql-libs-5.1.71-1.el6.x86_64 conflicts with file from package MySQL55-server-5.5.34-2.cp1136.x86_64
file /usr/share/mysql/charsets/armscii8.xml from install of mysql-libs-5.1.71-1.el6.x86_64 conflicts with file from package MySQL55-server-5.5.34-2.cp1136.x86_64
file /usr/share/mysql/charsets/ascii.xml from install of mysql-libs-5.1.71-1.el6.x86_64 conflicts with file from package MySQL55-server-5.5.34-2.cp1136.x86_64
file /usr/share/mysql/charsets/cp1250.xml from install of mysql-libs-5.1.71-1.el6.x86_64 conflicts with file from package MySQL55-server-5.5.34-2.cp1136.x86_64
file /usr/share/mysql/charsets/cp1251.xml from install of mysql-libs-5.1.71-
...
(日志继续)
mysqli 包没有安装,我可以检查一下
mysqli package is not installed as I can check with
php -m | grep mysqli
它什么也不返回...
推荐答案
最后,我在WHM中使用EasyApache重新编译了apache,在详尽的选项列表"中选择了选项MySQLi
Finally, I've recompiled apache using EasyApache in WHM, selecting the option MySQLi in "exhaustive options list"
相关文章