Package conflict in onigurama & lsphp74-mbstring

NStorm

New Member
#1
CentOS 7. Repos installed comes from CyberPanel installation. Recently I'm getting following error on yum update:

Code:
Resolving Dependencies
--> Running transaction check
---> Package oniguruma.x86_64 0:5.9.5-3.el7 will be updated
--> Processing Dependency: libonig.so.2()(64bit) for package: lsphp74-mbstring-7.4.6-1.el7.x86_64
---> Package oniguruma.x86_64 0:6.8.2-1.el7 will be an update
--> Finished Dependency Resolution
Error: Package: lsphp74-mbstring-7.4.6-1.el7.x86_64 (installed)
Requires: libonig.so.2()(64bit)
Removing: oniguruma-5.9.5-3.el7.x86_64 (@epel)
libonig.so.2()(64bit)
Updated By: oniguruma-6.8.2-1.el7.x86_64 (epel)
~libonig.so.5()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Oniguruma comes from EPEL repo and seems like they've updated it recently.
 
#3
I think cpanel had this issue too, they resolved this by making their own onigurama package & have users download from their own repo.
 
Top