When attempting to run yum, upcp, or install packages with "EasyApache 4," you will see a message similar to the following.
Error:-
Problem: cannot install the best update candidate for package ea-apache24-mod_lsapi-1:1.1-61.el8.cloudlinux.x86_64
- nothing provides liblsapi >= 1:1.1-62 needed by ea-apache24-mod_lsapi-1:1.1-62.el8.cloudlinux.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
Solution
1. Check if the updates-testing repository is enabled on your server:
# yum repolist
2. Example of the updates-testing repository in the output:
cl-ea4-testing
3. Disabled this repository and install the lsapi:
# yum-config-manager --disable cl-ea4-testing
# yum install liblsapi liblsapi-devel
# yum install ea-apache24-mod_lsapi
