Issue
During the start of Imunify360 installation through the deploy script installation may be canceled with the following error: (just for example)
{CODE}[2022-03-25 15:31:36] --> Finished Dependency Resolution
[2022-03-25 15:31:36] Error: Package: 1:ai-bolit-31.5.3-1.el7.x86_64 (cloudlinux-imunify360)
[2022-03-25 15:31:36] Requires: alt-php-internal-leveldb
[2022-03-25 15:31:36] Error: Package: 1:ai-bolit-31.5.3-1.el7.x86_64 (cloudlinux-imunify360)
[2022-03-25 15:31:36] Requires: alt-php-hyperscan >= 1:5.4.0-3
[2022-03-25 15:31:36] Error: Package: 1:ai-bolit-31.5.3-1.el7.x86_64 (cloudlinux-imunify360)
[2022-03-25 15:31:36] Requires: alt-php-internal-process
[2022-03-25 15:31:36] Error: Package: 1:ai-bolit-31.5.3-1.el7.x86_64 (cloudlinux-imunify360)
[2022-03-25 15:31:36] Requires: alt-php-internal-mysqlnd
[2022-03-25 15:31:36] Error: Package: 1:app-version-detector-21.1214-1.el7.x86_64 (cloudlinux-x86_64-server-7)
[2022-03-25 15:31:36] Requires: alt-php-internal-cli
[2022-03-25 15:31:36] Error: Package: 1:ai-bolit-31.5.3-1.el7.x86_64 (cloudlinux-imunify360)
[2022-03-25 15:31:36] Requires: alt-php-internal-cli >= 7.4.21-1
[2022-03-25 15:31:36] Error: Package: 1:app-version-detector-21.1214-1.el7.x86_64 (cloudlinux-x86_64-server-7)
[2022-03-25 15:31:36] Requires: alt-php-internal-intl
[2022-03-25 15:31:36] Error: Package: 1:app-version-detector-21.1214-1.el7.x86_64 (cloudlinux-x86_64-server-7)
[2022-03-25 15:31:36] Requires: alt-php-internal-mbstring
[2022-03-25 15:31:36] Error: Package: 1:ai-bolit-31.5.3-1.el7.x86_64 (cloudlinux-imunify360)
[2022-03-25 15:31:36] Requires: alt-php-internal-mbstring
[2022-03-25 15:31:36] You could try using --skip-broken to work around the problem{CODE}
Environment
- CentOS
- CloudLinux
- Imunify360
Solution
Comment out necessary exclusions from this string or this whole line, then install Imunify360.
Cause
To root of this issue can be an excluded list into yum.conf, like this one, where the alt-php* packages were excluded and as result, they were unavailable for installation, and that prevents installing Imunify360:
exclude=liblsapi* apache* httpd* mod_* mysql* MySQL* mariadb* da_* *ftp* exim* sendmail* php* bind-chroot* dovecot* alt-php*
Comments
0 comments
Please sign in to leave a comment.