Ad Widget

Collapse

zabbix 5 installation with oracle database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cdlayon
    Junior Member
    • Feb 2018
    • 2

    #1

    zabbix 5 installation with oracle database

    What would be the correct procedure for installing zabbix 5 using the oracle database, can I use the installation from source or is it necessary to compile the packages for installation? Would you have any documentation on the correct procedure to be followed in the case of the Oracle database?
  • jdreal
    Junior Member
    • Mar 2019
    • 10

    #2
    Frommyperspective,the only difference is you need compile zabbix-server and zabbix-proxy with this flag: --with-oracle.
    Ensure you have installed php 'oci8' module

    My solution:
    ./configure --prefix=/zabbix_server --enable-server --with-oracle --with-net-snmp --with-libcurl --with-libxml2
    ./configure --prefix=/zbproxy --enable-proxy --with-oracle --with-net-snmp --with-libcurl --with-libxml2 --with-ssh2

    Comment

    Working...