沃梦达 / 编程问答 / php问题 / 正文

无法在 Centos 上安装 php-mysqli 扩展

Cannot install php-mysqli extension on Centos(无法在 Centos 上安装 php-mysqli 扩展)

本文介绍了无法在 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"

这篇关于无法在 Centos 上安装 php-mysqli 扩展的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本文标题为:无法在 Centos 上安装 php-mysqli 扩展

基础教程推荐