Hello! I tried all day to install zabbix on redhat 6.2 x86_64
It works for server but impossible to install front end : i already have one apache 2.2.24 with php5.3.23, i use it for many projects and i want to use it for zabbix-web too
i have to say that my linux server is not connected to internet (company politic), so it is little long to dowload packages and dependencies on usb to put on my server, and so i cant use yum.
when i try to install from package, i have this return :
# rpm -ivh zabbix-web-2.4.0-1.el6.noarch.rpm zabbix-web-mysql-2.4.0-1.el6.noarch.rpm
warning: zabbix-web-2.4.0-1.el6.noarch.rpm: Header V4 DSA/SHA1 Signature, key ID 79ea5ed4: NOKEY
error: Failed dependencies:
httpd is needed by zabbix-web-2.4.0-1.el6.noarch
php >= 5.3 is needed by zabbix-web-2.4.0-1.el6.noarch
php-bcmath is needed by zabbix-web-2.4.0-1.el6.noarch
php-gd is needed by zabbix-web-2.4.0-1.el6.noarch
php-mbstring is needed by zabbix-web-2.4.0-1.el6.noarch
php-xml is needed by zabbix-web-2.4.0-1.el6.noarch
php-mysql is needed by zabbix-web-mysql-2.4.0-1.el6.noarch
But php 5.3.23 is already installed from another package :
# rpm -qa | grep php
svr_apache-php-64bits-2.2.24.5.3.23_patch.1-1.2.x86_64
svr_apache-php-64bits-2.2.24.5.3.23-1.0.x86_64
And in this package, i already have php-mysql, php-xml, php-mbstring...
My server is not used only by me, so i cant do what i want. Even more, i cant polluate it.
Can you help me to find how to install front-end with what i already have (apache/php)?
It works for server but impossible to install front end : i already have one apache 2.2.24 with php5.3.23, i use it for many projects and i want to use it for zabbix-web too
i have to say that my linux server is not connected to internet (company politic), so it is little long to dowload packages and dependencies on usb to put on my server, and so i cant use yum.
when i try to install from package, i have this return :
# rpm -ivh zabbix-web-2.4.0-1.el6.noarch.rpm zabbix-web-mysql-2.4.0-1.el6.noarch.rpm
warning: zabbix-web-2.4.0-1.el6.noarch.rpm: Header V4 DSA/SHA1 Signature, key ID 79ea5ed4: NOKEY
error: Failed dependencies:
httpd is needed by zabbix-web-2.4.0-1.el6.noarch
php >= 5.3 is needed by zabbix-web-2.4.0-1.el6.noarch
php-bcmath is needed by zabbix-web-2.4.0-1.el6.noarch
php-gd is needed by zabbix-web-2.4.0-1.el6.noarch
php-mbstring is needed by zabbix-web-2.4.0-1.el6.noarch
php-xml is needed by zabbix-web-2.4.0-1.el6.noarch
php-mysql is needed by zabbix-web-mysql-2.4.0-1.el6.noarch
But php 5.3.23 is already installed from another package :
# rpm -qa | grep php
svr_apache-php-64bits-2.2.24.5.3.23_patch.1-1.2.x86_64
svr_apache-php-64bits-2.2.24.5.3.23-1.0.x86_64
And in this package, i already have php-mysql, php-xml, php-mbstring...
My server is not used only by me, so i cant do what i want. Even more, i cant polluate it.
Can you help me to find how to install front-end with what i already have (apache/php)?
Comment