Необходимо установить php-mbstring на сервере CentOS 7, работающем на PHP 7.1.21. Я часами пробовал каждое возможное решение, которое смог найти. Похоже, что возникает конфликт при попытке установить с помощью remi repo. Независимо от того, что я пытаюсь, лучший результат, который я могу получить, ниже:
# yum install php-mbstring
Loaded plugins: fastestmirror, versionlock
Loading mirror speeds from cached hostfile
* base: mirror.steadfastnet.com
* epel: mirror.steadfastnet.com
* extras: mirror.steadfastnet.com
* remi-php71: mirror.team-cymru.com
* remi-safe: mirror.team-cymru.com
* updates: mirror.steadfastnet.com
base | 3.6 kB 00:00:00
extras | 3.4 kB 00:00:00
updates | 3.4 kB 00:00:00
Excluding 8 updates due to versionlock (use "yum versionlock status" to show them)
Resolving Dependencies
--> Running transaction check
---> Package php-mbstring.x86_64 0:7.1.26-1.el7.remi will be installed
--> Processing Dependency: php-common(x86-64) = 7.1.26-1.el7.remi for package: php-mbstring-7.1.26-1.el7.remi.x86_64
--> Finished Dependency Resolution
Error: Package: php-mbstring-7.1.26-1.el7.remi.x86_64 (remi-php71)
Requires: php-common(x86-64) = 7.1.26-1.el7.remi
Installed: php-common-7.1.21-1.el7.remi.x86_64 (@remi-php71)
php-common(x86-64) = 7.1.21-1.el7.remi
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Есть идеи?