我正在尝试将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
它什么都不返回......
答案 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的答案!
如果您收到如下更新错误: 更新错误:错误: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