Symptoms
When attempting to update the ea-apache24-mod_lsapi package on a CloudLinux server, you encounter an error similar to the following:
CONFIG_TEXT: Error:
Problem: cannot install the best update candidate for package ea-apache24-mod_lsapi-1:1.1-73.el8.cloudlinux.x86_64
- nothing provides liblsapi >= 1:1.1-74 needed by ea-apache24-mod_lsapi-1:1.1-74.el8.cloudlinux.x86_64 from cl-ea4
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
Cause
The error commonly occurs because the cloudlinux-release package is outdated. Updating the cloudlinux-release package will allow you to update the ea-apache24-mod_lsapi package.
Resolution
- Access the server's command line as the 'root' user via SSH or Terminal in WHM.
Run the following command to ensure your CloudLinux license is active:
# /usr/sbin/clnreg_ks --force
Update the
cloudlinux-releasepackage by running the following command:# dnf update cloudlinux-release -y
If there is no update available for the cloudlinux-release package, or updating that package does not resolve the issue, you will want to run the following command and then attempt to update the cloudlinux-release package again:
# dnf clean all && dnf makecache
Comments
0 comments
Article is closed for comments.