I'm on Amazon Linux 2 and I'm following the instructions here:
I've successfully installed the repo:
And I've successfully installed the backend packages:
- zabbix-server-pgsql
- zabbix-agent
But I cannot get the front-end packages to install:
yum -y --disablerepo="*" --enablerepo="zabbix-frontend" install zabbix-web-pgsql-scl zabbix-nginx-conf-scl
I always get the error:
Error: Package: zabbix-web-deps-scl-5.0.5-1.el7.noarch (zabbix-frontend)
Requires: rh-php72
Error: Package: zabbix-web-pgsql-scl-5.0.5-1.el7.noarch (zabbix-frontend)
Requires: rh-php72-php-pgsql
Error: Package: zabbix-nginx-conf-scl-5.0.5-1.el7.noarch (zabbix-frontend)
Requires: rh-nginx116-nginx
Error: Package: zabbix-web-deps-scl-5.0.5-1.el7.noarch (zabbix-frontend)
Requires: rh-php72-php-ldap
Error: Package: zabbix-web-deps-scl-5.0.5-1.el7.noarch (zabbix-frontend)
Requires: rh-php72-php-fpm
Error: Package: zabbix-web-deps-scl-5.0.5-1.el7.noarch (zabbix-frontend)
Requires: rh-php72-php-xml
Error: Package: zabbix-web-deps-scl-5.0.5-1.el7.noarch (zabbix-frontend)
Requires: rh-php72-php-bcmath
Error: Package: zabbix-web-deps-scl-5.0.5-1.el7.noarch (zabbix-frontend)
Requires: rh-php72-php-mbstring
Error: Package: zabbix-web-deps-scl-5.0.5-1.el7.noarch (zabbix-frontend)
Requires: rh-php72-php-gd
I tried all sort of crazy things like:
yum install https://dl.fedoraproject.org/pub/epe...t-7.noarch.rpm
or
yum-config-manager --enable epel
or
amazon-linux-extras enable epel
But "yum search rh-php72" does not find and I cannot find a way to install those dependencies.
I've read most of the previous searches for this topic https://www.zabbix.com/forum/search?q=rh-php72
But I cannot find a solution to install the zabbix frontend on amazon linux 2:
# uname -a
Linux ip-10-20-0-142.ccointernal.com 4.14.200-155.322.amzn2.x86_64 #1 SMP Thu Oct 15 20:11:12 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Any help would be awesome,
Thanks,
Alex
I've successfully installed the repo:
And I've successfully installed the backend packages:
- zabbix-server-pgsql
- zabbix-agent
But I cannot get the front-end packages to install:
yum -y --disablerepo="*" --enablerepo="zabbix-frontend" install zabbix-web-pgsql-scl zabbix-nginx-conf-scl
I always get the error:
Error: Package: zabbix-web-deps-scl-5.0.5-1.el7.noarch (zabbix-frontend)
Requires: rh-php72
Error: Package: zabbix-web-pgsql-scl-5.0.5-1.el7.noarch (zabbix-frontend)
Requires: rh-php72-php-pgsql
Error: Package: zabbix-nginx-conf-scl-5.0.5-1.el7.noarch (zabbix-frontend)
Requires: rh-nginx116-nginx
Error: Package: zabbix-web-deps-scl-5.0.5-1.el7.noarch (zabbix-frontend)
Requires: rh-php72-php-ldap
Error: Package: zabbix-web-deps-scl-5.0.5-1.el7.noarch (zabbix-frontend)
Requires: rh-php72-php-fpm
Error: Package: zabbix-web-deps-scl-5.0.5-1.el7.noarch (zabbix-frontend)
Requires: rh-php72-php-xml
Error: Package: zabbix-web-deps-scl-5.0.5-1.el7.noarch (zabbix-frontend)
Requires: rh-php72-php-bcmath
Error: Package: zabbix-web-deps-scl-5.0.5-1.el7.noarch (zabbix-frontend)
Requires: rh-php72-php-mbstring
Error: Package: zabbix-web-deps-scl-5.0.5-1.el7.noarch (zabbix-frontend)
Requires: rh-php72-php-gd
I tried all sort of crazy things like:
yum install https://dl.fedoraproject.org/pub/epe...t-7.noarch.rpm
or
yum-config-manager --enable epel
or
amazon-linux-extras enable epel
But "yum search rh-php72" does not find and I cannot find a way to install those dependencies.
I've read most of the previous searches for this topic https://www.zabbix.com/forum/search?q=rh-php72
But I cannot find a solution to install the zabbix frontend on amazon linux 2:
# uname -a
Linux ip-10-20-0-142.ccointernal.com 4.14.200-155.322.amzn2.x86_64 #1 SMP Thu Oct 15 20:11:12 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Any help would be awesome,
Thanks,
Alex
Comment