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?
Ad Widget
Collapse
zabbix 5 installation with oracle database
Collapse
X
-
-
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