Issue
When installing ea-apache24-mod_lsapi with yum install the "Cannot install the best candidate for the job" error occurs.
Environment
- CloudLinux
Solution
1. Check if the updates-testing repository is enabled on your server:
# yum repolist CloudLinux 8 EasyApache4 - testing
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
Comments
0 comments
Please sign in to leave a comment.