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을 설치할 수 없습니다. 누락 된 것이 있습니까?