Ad Widget

Collapse

Install Zabbix on ClearOS

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • GingerNutBarry
    Junior Member
    • Sep 2015
    • 1

    #1

    Install Zabbix on ClearOS

    Hey There,

    I am trying to install Zabbix Network management Tool on our ClearOS Server and this is the errors I get when installing it.

    Could you possibly assist me with this installation?
    =============================================
    [root@griffin src]# yum --enablerepo=clearos-epel install zabbix-server-mysql zabbix-web-mysql zabbix-agent Loaded plugins: clearcenter-marketplace, fastestmirror Setting up Install Process ClearCenter Marketplace: fetching repositories...
    Loading mirror speeds from cached hostfile
    had to remove links

    Dependencies
    --> Running transaction check
    ---> Package zabbix-agent.x86_64 0:1.8.22-1.el6 will be installed
    --> Processing Dependency: zabbix = 1.8.22-1.el6 for package:
    --> zabbix-agent-1.8.22-1.el6.x86_64
    ---> Package zabbix-server-mysql.x86_64 0:1.8.22-1.el6 will be installed
    --> Processing Dependency: zabbix-server = 1.8.22-1.el6 for package:
    --> zabbix-server-mysql-1.8.22-1.el6.x86_64
    --> Processing Dependency: libodbc.so.2()(64bit) for package:
    --> zabbix-server-mysql-1.8.22-1.el6.x86_64
    --> Processing Dependency: libiksemel.so.3()(64bit) for package:
    --> zabbix-server-mysql-1.8.22-1.el6.x86_64
    --> Processing Dependency: libOpenIPMIposix.so.0()(64bit) for package:
    --> zabbix-server-mysql-1.8.22-1.el6.x86_64
    --> Processing Dependency: libOpenIPMI.so.0()(64bit) for package:
    --> zabbix-server-mysql-1.8.22-1.el6.x86_64
    ---> Package zabbix-web-mysql.noarch 0:1.8.22-1.el6 will be installed
    --> Processing Dependency: zabbix-web = 1.8.22-1.el6 for package:
    --> zabbix-web-mysql-1.8.22-1.el6.noarch
    --> Running transaction check
    ---> Package iksemel.x86_64 0:1.4-2.el6 will be installed Package
    ---> zabbix.x86_64 0:1.8.22-1.el6 will be installed Package
    ---> zabbix-server.x86_64 0:1.8.22-1.el6 will be installed
    --> Processing Dependency: fping for package:
    --> zabbix-server-1.8.22-1.el6.x86_64
    ---> Package zabbix-server-mysql.x86_64 0:1.8.22-1.el6 will be installed
    --> Processing Dependency: libodbc.so.2()(64bit) for package:
    --> zabbix-server-mysql-1.8.22-1.el6.x86_64
    --> Processing Dependency: libOpenIPMIposix.so.0()(64bit) for package:
    --> zabbix-server-mysql-1.8.22-1.el6.x86_64
    --> Processing Dependency: libOpenIPMI.so.0()(64bit) for package:
    --> zabbix-server-mysql-1.8.22-1.el6.x86_64
    ---> Package zabbix-web.noarch 0:1.8.22-1.el6 will be installed
    --> Processing Dependency: php-bcmath for package:
    --> zabbix-web-1.8.22-1.el6.noarch Running transaction check
    ---> Package fping.x86_64 0:2.4b2-10.el6 will be installed Package
    ---> php-bcmath.x86_64 0:5.3.3-40.el6_6 will be installed
    --> Processing Dependency: php-common(x86-64) = 5.3.3-40.el6_6 for
    --> package: php-bcmath-5.3.3-40.el6_6.x86_64
    ---> Package zabbix-server-mysql.x86_64 0:1.8.22-1.el6 will be installed
    --> Processing Dependency: libodbc.so.2()(64bit) for package:
    --> zabbix-server-mysql-1.8.22-1.el6.x86_64
    --> Processing Dependency: libOpenIPMIposix.so.0()(64bit) for package:
    --> zabbix-server-mysql-1.8.22-1.el6.x86_64
    --> Processing Dependency: libOpenIPMI.so.0()(64bit) for package:
    --> zabbix-server-mysql-1.8.22-1.el6.x86_64
    --> Finished Dependency Resolution
    Error: Package: zabbix-server-mysql-1.8.22-1.el6.x86_64 (clearos-epel)
    Requires: libodbc.so.2()(64bit)
    Error: Package: zabbix-server-mysql-1.8.22-1.el6.x86_64 (clearos-epel)
    Requires: libOpenIPMIposix.so.0()(64bit)
    Error: Package: php-bcmath-5.3.3-40.el6_6.x86_64 (clearos)
    Requires: php-common(x86-64) = 5.3.3-40.el6_6
    Installed: php-common-5.3.3-46.el6_6.x86_64 (@clearos-core)
    php-common(x86-64) = 5.3.3-46.el6_6
    Available: php-common-5.3.3-40.el6_6.x86_64 (clearos)
    php-common(x86-64) = 5.3.3-40.el6_6
    Error: Package: zabbix-server-mysql-1.8.22-1.el6.x86_64 (clearos-epel)
    Requires: libOpenIPMI.so.0()(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest =============================================
  • karpath
    Junior Member
    • Aug 2015
    • 7

    #2
    yum provides */libodbc.so.2
    yum provides */libOpenIPMIposix.so.0
    yum provides */libOpenIPMI.so.0
    => it will show you which package to install in order to have the correct files

    and you need to remove php-common-5.3.3-46.el6_6.x86_64 then install php-common-5.3.3-40.el6_6.x86_64 prior to installing zabbix, it 's should work

    Comment

    Working...