Hello,I'm new to Zabbix and Centos in general. I am trying to install zabbix 3.2 on a clean install of Centos 6.8. I have installed the repository by doing the command :
My problem is this:
Output:

It seems that I have some dependencies error but I just don't know what to do.....
This is the list of what I have installed:
yum install httpd
yum install gcc
yum install fping
yum install mysqld
yum -y install php php-mbstring php-pear
yum install epel-release
yum install unixODBC-devel unixODBC
yum install OpenIPMI
yum install libssh2
yum installlibcurl
yum install iksemel
I installed a couple more but I can't remember them of the top of my head. I basically installed all the dependencies that was printed out when I did the command:
I can install the zabbix-server-mysql-3.2.1-1.el6.x86_64.rpm package manually by grabbing the file with wget and then using rpm -Uvh zabbix-server-mysql-3.2.1-1.el6.x86_64.rpm
It will install the package, but if I try to do it for zabbix-web-3.2.1-1.el6.noarch.rpm it says that It requires zabbix-web-database ( I assume it is: zabbix-web-mysql-3.2.1-1.el6.noarch.rpm ) and when I try to install zabbix-web-mysql-3.2.1-1.el6.noarch.rpm it says that it requires zabbix-web as dependencies (I assume this is web-3.2.1-1.el6.noarch.rpm).
I just wish to be able to type # yum install zabbix-server-mysql zabbix-web-mysql and have no problems.
Sorry if this thread double posted,I meant to click preview but I clicked Submit new thread.
Thank you for your time,
Bumbaa
Code:
yum install http://repo.zabbix.com/zabbix/3.2/rhel/6/x86_64/zabbix-release-3.2-1.el6.noarch.rpm
Code:
yum install zabbix-server-mysql zabbix-web-mysql

It seems that I have some dependencies error but I just don't know what to do.....
This is the list of what I have installed:
yum install httpd
yum install gcc
yum install fping
yum install mysqld
yum -y install php php-mbstring php-pear
yum install epel-release
yum install unixODBC-devel unixODBC
yum install OpenIPMI
yum install libssh2
yum installlibcurl
yum install iksemel
I installed a couple more but I can't remember them of the top of my head. I basically installed all the dependencies that was printed out when I did the command:
Code:
rpm -qpR zabbix-web-mysql-3.2.1-1.el6.noarch.rpm rpm -qpR zabbix-server-mysql-3.2.1-1.el6.x86_64.rpm rpm -qpR zabbix-web-3.2.1-1.el6.noarch.rpm
It will install the package, but if I try to do it for zabbix-web-3.2.1-1.el6.noarch.rpm it says that It requires zabbix-web-database ( I assume it is: zabbix-web-mysql-3.2.1-1.el6.noarch.rpm ) and when I try to install zabbix-web-mysql-3.2.1-1.el6.noarch.rpm it says that it requires zabbix-web as dependencies (I assume this is web-3.2.1-1.el6.noarch.rpm).
I just wish to be able to type # yum install zabbix-server-mysql zabbix-web-mysql and have no problems.
Sorry if this thread double posted,I meant to click preview but I clicked Submit new thread.
Thank you for your time,
Bumbaa
Comment