Ad Widget

Collapse

Problems compiling Zabbix with Oracle DB

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • danut.andres
    Junior Member
    • Aug 2018
    • 1

    #1

    Problems compiling Zabbix with Oracle DB

    Hello everyone. I'm having a very hard time compiling zabbix from source code. I need to setup a Zabbix server that has an Oracle DB on an external machine which I can ping easily.
    I've set my database and imported the sql files . Now I can't get the ./configure command right : Here is an example

    ./configure --enable-server --with-oracle-include=/usr/include/oracle/12.2/client64--with-oracle-lib=/usr/lib/oracle/12.2/client64/lib --with-net-snmp --with-libcurl --with-openipmi --enable-agent --enable-proxy


    and returns:

    checking for Oracle support... no
    configure: error: Oracle OCI library not found
    Now I have installed Oracle OCI libraries: I have the basic , and devel library no matter how i link them it still doesn't find those files.

    Besides that I'm having a hard time understanding the steps and the procedure of linking an Oracle database to my Zabbix.

    Can someone give me a brief and short step to step procedure and what I should look for?
    Any help is appreciated!

    Using latest zabbix 3.4.12
    Oracle DB 12.2.01
    on centoOs 7.5
  • kloczek
    Senior Member
    • Jun 2006
    • 1771

    #2
    Check config.log file.
    http://uk.linkedin.com/pub/tomasz-k%...zko/6/940/430/
    https://kloczek.wordpress.com/
    zapish - Zabbix API SHell binding https://github.com/kloczek/zapish
    My zabbix templates https://github.com/kloczek/zabbix-templates

    Comment

    Working...