1
我想在我的服務器上託管phpmyadmin。 我有centos 6.8但是當我加載phpmyadmin它顯示500錯誤。 我到錯誤日誌,以檢查錯誤,我發現這個錯誤:phpMyAdmin的網絡
Fatal error: Call to undefined function mb_detect_encoding() in /var/www/html/phpMyAdminDlc/libraries/php-gettext/gettext.inc
所以,現在我正嘗試安裝使用命令
#yum install php-mbstring
MBSTRING但我得到錯誤
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: mirror.daniel-jost.net
* epel: mirror.daniel-jost.net
* extras: mirror.daniel-jost.net
* updates: mirror.daniel-jost.net
* webtatic: uk.repo.webtatic.com
Resolving Dependencies
--> Running transaction check
---> Package php-mbstring.x86_64 0:5.3.3-48.el6_8 will be installed
--> Processing Dependency: php-common(x86-64) = 5.3.3-48.el6_8 for package: php-mbstring-5.3.3-48.el6_8.x86_64
--> Running transaction check
---> Package php-common.x86_64 0:5.3.3-48.el6_8 will be installed
--> Processing Conflict: php55w-common-5.5.38-1.w6.x86_64 conflicts php-common < 5.5
--> Finished Dependency Resolution
Error: php55w-common conflicts with php-common-5.3.3-48.el6_8.x86_64
You could try using --skip-broken to work around the problem
** Found 2 pre-existing rpmdb problem(s), 'yum check' output follows:
cronie-1.4.4-15.el6_7.1.x86_64 has missing requires of /usr/sbin/sendmail
redhat-lsb-core-4.0-7.el6.centos.x86_64 has missing requires of /usr/sbin/sendmail
我無法安裝php-mbstring.Am我錯過了什麼?