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
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
Comment