サーバーで phpmyadmin をホストしようとしています。centos 6.8 を使用していますが、phpmyadmin をロードすると 500 エラーが表示されます。エラーログにアクセスしてエラーを確認したところ、次のエラーが見つかりました。
致命的なエラー: /var/www/html/phpMyAdminDlc/libraries/php-gettext/gettext.inc の未定義関数 mb_detect_encoding() の呼び出し
だから今、コマンドを使ってmbstringをインストールしようとしています
#yum install php-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 をインストールできません。