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

时间:2014-01-22 01:58:40

标签: php mysql mysqli centos

我正在尝试将mysqli扩展安装到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软件包,因为我可以查看

php -m | grep mysqli

它什么都不返回......

3 个答案:

答案 0 :(得分:7)

最后,我在WHM中使用EasyApache重新编译了apache,在“详尽的选项列表”中选择了MySQLi选项

答案 1 :(得分:5)

CentOS 6.5 64位

1-找到mysqli

/usr/lib64/php/modules/mysqli.so

2-编辑php.ini add

extension=pathroyourfile

3-重启apache

答案 2 :(得分:0)

我终于找到了任何一个可能与php7有相同问题且没有mysqli的答案!

  1. 转到whm的EasyApache 4
  2. 然后尝试自定义(或重新编译)新包
  3. 选择你想要的php版本(你可以选择多个)
  4. 转到名为" PHP EXTENSIONS"
  5. 的步骤
  6. (这是有趣的部分)从顶级搜索字段搜索php-mysqlnd,它可能会找到一对,但如果你已经安装了一个已经安装的话,不要被愚弄,根据你的php版本来看其他的在我的情况下,我选择了所有可用的4个,包括这个ea-php71-php-mysqlnd。
  7. 现在最后一步是审查,构建或者它的名称!
  8. 如果您收到如下更新错误: 更新错误:错误:ea-apache24-mod_cgi与ea-apache24-mod_cgid-2.4.23-2.2.2.cpanel.x86_64冲突

    解决方案:从root运行此命令: yum删除ea-php54-php ea-php54-php-debuginfo ea-php55-php ea-php55-php-debuginfo