Hi recently I found/reported issues preventing Zabbix 5 alpha 2 to successfully run on Centos 7 see this post [1]. Today I tried Centos 8 and found that installation requires library libssh2 on step 2b
b. Install Zabbix server, frontend, agent
# yum install zabbix-server-mysql zabbix-web-mysql zabbix-apache-conf zabbix-agent
This library is not part of the official Centos 8 repository, I download it from [2] I took the one for Centos 7 64 bits, and after I installed it all the rest of the steps worked fine as expected.
I think that either one installation step is missing on the instructions or the dependency check of the Zabbix 5 alpha 2 installation is broken asking for a non existent package.
Any input or fix in the documentation will the appreciated
[1] https://www.zabbix.com/forum/zabbix-...-2-on-centos-7
[2] http://rpmfind.net/linux/rpm2html/se...m=centos&arch=
b. Install Zabbix server, frontend, agent
# yum install zabbix-server-mysql zabbix-web-mysql zabbix-apache-conf zabbix-agent
This library is not part of the official Centos 8 repository, I download it from [2] I took the one for Centos 7 64 bits, and after I installed it all the rest of the steps worked fine as expected.
I think that either one installation step is missing on the instructions or the dependency check of the Zabbix 5 alpha 2 installation is broken asking for a non existent package.
Any input or fix in the documentation will the appreciated
[1] https://www.zabbix.com/forum/zabbix-...-2-on-centos-7
[2] http://rpmfind.net/linux/rpm2html/se...m=centos&arch=
Comment