Symptoms
When attempting to update the ea-apache24-mod_lsapi
package on a CloudLinux server, you encounter an error similar to the following.
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)
Description
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.
Workaround
- Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
- Update the
cloudlinux-release
package.dnf update cloudlinux-release -y
Comments
0 comments
Article is closed for comments.