【问题标题】:How do I install mbstring with PHP on CentOS 6.2如何在 CentOS 6.2 上使用 PHP 安装 mbstring
【发布时间】:2015-04-05 08:24:21
【问题描述】:

我安装 yum install php55w 我试试

# yum install php-mbstring

Failed to set locale, defaulting to C
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
 * base: mirror.telepoint.bg
 * epel: mirrors.neterra.net
 * extras: mirror.telepoint.bg
 * updates: mirror.telepoint.bg
 * webtatic: uk.repo.webtatic.com
Resolving Dependencies
--> Running transaction check
---> Package php-mbstring.x86_64 0:5.3.3-40.el6_6 will be installed
--> Processing Dependency: php-common(x86-64) = 5.3.3-40.el6_6 for package: php-mbstring-5.3.3-40.el6_6.x86_64
--> Running transaction check
---> Package php-common.x86_64 0:5.3.3-40.el6_6 will be installed
--> Processing Conflict: php55w-common-5.5.21-1.w6.x86_64 conflicts php-common < 5.5.0
--> Finished Dependency Resolution
Error: php55w-common conflicts with php-common-5.3.3-40.el6_6.x86_64
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

无论我做什么,每次我得到这个错误。

如何解决

【问题讨论】:

    标签: php centos installation


    【解决方案1】:

    您是否尝试安装 php55-mbstring?所以:

    yum install php55-mbstring

    【讨论】:

    • 没有包 php55-mbstring 可用
    • php55w-mbstring 怎么样?
    猜你喜欢
    • 2012-05-03
    • 2017-01-18
    • 2016-05-03
    • 2013-04-22
    • 2018-03-17
    • 2019-06-04
    • 2015-04-28
    • 2015-10-14
    相关资源
    最近更新 更多