Ad Widget

Collapse

Packages for offline installation on Centos 7 minimal install

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • meltvanaarde
    Junior Member
    • Nov 2018
    • 3

    #1

    Packages for offline installation on Centos 7 minimal install

    Hi,

    I have to create a repo for internal installation of Zabbix 4.0.
    The packages to install are listed in the documentation, but is there a complete list of dependency packages that has to be installed as well?
    The server will not have outside access.
    Due to current limitations, no linux server has outside access so listing dependencies is not an option.
    I need to download the packages from browser.

    Thanks in advance.
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    The packages necessary for the module using Zabbix MySQL are as follows.

    Code:
    zabbix-agent
    
    zabbix-server-mysql, OpenIPMI-libs, OpenIPMI-modalias, fping, gnutls, iksemel, libevent, libtool-ltdl, net-snmp-libs, nettle, trousers, unixODBC
    
    zabbix-web, zabbix-web-mysql, apr, apr-util, dejavu-fonts-common, dejavu-sans-fonts, fontpackages-filesystem, httpd, httpd-tools, libX11, libX11-common, libXau, libXpm, libjpeg-turbo, libxcb, libxslt, libzip, mailcap, php, php-bcmath, php-cli, php-common, php-gd, php-ldap, php-mbstring, php-mysql, php-pdo, php-xml, t1lib
    fping and iksemel may be obtained from zabbix-non-supported (http://repo.zabbix.com/non-supported/rhel/7/x86_64/).

    If you are building a Maridb server with the standard package of CentOS 7 you also need the following packages:

    Code:
    mariadb-server, mariadb, perl, perl-Carp, perl-Compress-Raw-Bzip2, perl-Compress-Raw-Zlib, perl-DBD-MySQL, perl-DBI, perl-Data-Dumper, perl-Encode, perl-Exporter, perl-File-Path, perl-File-Temp, perl-Filter, perl-Getopt-Long, perl-HTTP-Tiny, perl-IO-Compress, perl-Net-Daemon, perl-PathTools, perl-PlRPC, perl-Pod-Escapes, perl-Pod-Perldoc, perl-Pod-Simple, perl-Pod-Usage, perl-Scalar-List-Utils, perl-Socket, perl-Storable, perl-Text-ParseWords, perl-Time-HiRes, perl-Time-Local, perl-constant, perl-libs, perl-macros, perl-parent, perl-podlators, perl-threads, perl-threads-shared

    The packages required for modules using PostgreSQL of Zabbix are as follows.

    Code:
    zabbix-agent
    
    zabbix-server-pgsql, OpenIPMI-libs, OpenIPMI-modalias, fping, gnutls, iksemel, libevent, libtool-ltdl, net-snmp-libs, nettle, postgresql-libs, trousers, unixODBC
    
    zabbix-web, zabbix-web-pgsql, apr, apr-util, dejavu-fonts-common, dejavu-sans-fonts, fontpackages-filesystem, httpd, httpd-tools, libX11, libX11-common, libXau, libXpm, libjpeg-turbo, libxcb, libxslt, libzip, mailcap, php, php-bcmath, php-cli, php-common, php-gd, php-ldap, php-mbstring, php-pdo, php-pgsql, php-xml, postgresql-libs, t1lib
    If you are building a PostgreSQL server with the standard package of CentOS 7 you also need the following packages:

    Code:
    postgresql-server, postgresql, postgresql-libs

    Comment

    • meltvanaarde
      Junior Member
      • Nov 2018
      • 3

      #3
      Thank you so much!

      Comment

      Working...