Symptoms
When running "dnf update" on CloudLinux/CentOS 8 with ImunifyAV or Imunify360 installed, you may encounter errors:
Error:
Problem 1: package alt-php-internal-sqlite3-7.4.16-1.el8.x86_64 requires alt-php-internal-common = 7.4.16-1.el8, but none of the providers can be installed
- cannot install both alt-php-internal-common-7.4.20-2.el8.x86_64 and alt-php-internal-common-7.4.16-1.el8.x86_64
- cannot install the best update candidate for package alt-php-internal-sqlite3-7.4.16-1.el8.x86_64
- cannot install the best update candidate for package alt-php-internal-common-7.4.16-1.el8.x86_64
Problem 2: problem with installed package alt-php-internal-sqlite3-7.4.16-1.el8.x86_64
- package alt-php-internal-sqlite3-7.4.16-1.el8.x86_64 requires alt-php-internal-common = 7.4.16-1.el8, but none of the providers can be installed
- package alt-php-internal-common-7.4.16-1.el8.x86_64 requires alt-php-internal = 7.4.16-1.el8, but none of the providers can be installed
- cannot install both alt-php-internal-7.4.20-2.el8.x86_64 and alt-php-internal-7.4.16-1.el8.x86_64
- cannot install the best update candidate for package alt-php-internal-7.4.16-1.el8.x86_64
(try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
Description
This is an upstream issue that is being addressed by CloudLinux in case ID ALTPHP-1170.
You can monitor CloudLinux updates via their blogposts as outlined in the following article:
CloudLinux blogpost updates | How to stay up to date with CloudLinux
Workaround
CloudLinux advised waiting for the update to be released to resolve the issue for ALTPHP-1170. The update error can be ignored, or you can work around it by skipping the relevant packages with the --exclude flag:
dnf update --exclude=alt-php-internal*
Comments
0 comments
Article is closed for comments.