Ad Widget

Collapse

impossible to install zabbix-web

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • babaurhum
    Junior Member
    • Oct 2014
    • 1

    #1

    impossible to install zabbix-web

    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)?
  • jan.garaj
    Senior Member
    Zabbix Certified Specialist
    • Jan 2010
    • 506

    #2
    You LAMP seems to be very customized.

    IMHO don't use standard packages, because dependencies. But you can use:
    - download frontend (just php files) from subversion:

    - create package (rpm, zip archive, container, ...)
    - upload and install package from previous step
    - follow standard frontend/apache configuration procedure
    Devops Monitoring Expert advice: Dockerize/automate/monitor all the things.
    My DevOps stack: Docker / Kubernetes / Mesos / ECS / Terraform / Elasticsearch / Zabbix / Grafana / Puppet / Ansible / Vagrant

    Comment

    Working...