我使用本教程在我的Centos服务器http://moon.mastipoint.net/research/nginx-php-fpm-mysql-on-centos.html上安装了nginx。但是,我不知道如何安装php mbstring扩展。
我尝试过yum install php-mbstring.i386,但它返回以下错误:
--> Running transaction check
---> Package php-mbstring.i386 0:5.1.6-27.el5_5.3 set to be updated
--> Processing Dependency: php-common = 5.1.6-27.el5_5.3 for package: php-mbstring
--> Finished Dependency Resolution
php-mbstring-5.1.6-27.el5_5.3.i386 from base has depsolving problems
--> Missing Dependency: php-common = 5.1.6-27.el5_5.3 is needed by package php-mbstring-5.1.6-27.el5_5.3.i386 (base)
Error: Missing Dependency: php-common = 5.1.6-27.el5_5.3 is needed by package php-mbstring-5.1.6-27.el5_5.3.i386 (base)谢谢。
发布于 2011-08-05 21:45:01
该博客文章建议的脚本安装韦伯塔蒂回购并将其用于其packages。试一试
yum --enablerepo=webtatic install php-mbstringhttps://serverfault.com/questions/298237
复制相似问题