Issue
- Error while updating server:
Error: Package: 1:ea-apache24-mod_lsapi-1.1-71.el6.cloudlinux.x86_64 (cl-ea4)
Requires: liblsapi >= 1:1.1-71 - Unable to install liblsapi-1.1-71 from stable repo:
# yum list --showduplicates liblsapi --enablerepo=cloudlinux* | grep 1.1-71
liblsapi.x86_64 1:1.1-71.el8.cloudlinux cloudlinux-updates-testing
Environment
- CloudLinux
- liblsapi >= 1.1-71
- cloudlinux-release =< 8.7
Solution
- Check the cloudlinux-release version
# rpm -q cloudlinux-release
cloudlinux-release-8.7-3.el8.x86_64 - Update to the latest version of cloudlinux-release:
# yum update cloudlinux-release
- Clear cache and re-run the update
# yum clean all
# yum update
Cause
Outdated cloudlinux-release version
Useful links
https://changelog.cloudlinux.com/liblsapi
Comments
0 comments
Please sign in to leave a comment.