Ad Widget

Collapse

Installation problems with Oracle Linux (RHEL) 7.2 and Zabbix 3.0.5

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dthacker
    Member
    • Feb 2014
    • 42

    #1

    Installation problems with Oracle Linux (RHEL) 7.2 and Zabbix 3.0.5

    OS Version: Oracle Linux (RHEL) 7.2
    Zabbix Version: 3.0.5

    Using these commands:
    Code:
     yum install zabbix-server-mysql zabbix-web-mysql
    Received these errors:
    Code:
    Error: Package: zabbix-web-3.0.5-1.el7.noarch (zabbix)
               Requires: php-mbstring
    Error: Package: zabbix-web-3.0.5-1.el7.noarch (zabbix)
               Requires: php-bcmath
    Downloaded php-bcmath-5.4.16-36.el7_1.x86_64.rpm from rpm.pbone.net

    Received this error when attempting to install php-bcmath:
    Code:
    rpm -ivh php-bcmath-5.4.16-36.el7_1.x86_64.rpm 
    error: Failed dependencies:
    php-common(x86-64) = 5.4.16-36.el7_1 is needed by php-bcmath-5.4.16-36.el7_1.x86_64
    yum install php-common
    Loaded plugins: ulninfo
    Package php-common-5.4.16-36.3.el7_2.x86_64 already installed and latest version
    I have not been able to find a php-bcmath-5.4.16-36.el7_2.x86_64.rpm

    How can proceed and complete the install?

    TIA

    Dave
    Last edited by dthacker; 05-11-2016, 19:38. Reason: incomplete post
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    In the case of RHEL 7, you need to enable the option of the repository.
    repository name : rhel-7-server-optional-rpms
    How to enable a repository using Red Hat Subscription Manager Need to access a repository using Red Hat Subscription Manager How to disable repository using Subscription Manager How to subscribe a child channel using Red Hat Subscription-Manager How can I edit the /etc/yum.repos.d/redhat.repo file? Changes made to redhat.repo are reverted whenever a yum or subscription-manager runs


    I think that it is necessary additional repository case of Oracle Linux.

    Comment

    • dthacker
      Member
      • Feb 2014
      • 42

      #3
      Thanks! I needed to enable the Oracle Linux equivalent of that repository,
      0l7_x86_64_optional_latest. That allowed me to complete the install
      Last edited by dthacker; 10-11-2016, 19:39. Reason: punctuation

      Comment

      Working...