Hello,
I'm having problem setting up CentOS 5.4 based Zabbix server with Oracle backend (on other server), when I try to compile zabbix server i get this error:
I tried to point it to libsqlora8 directory - --with-oracle=/home/zabbix/libsqlora8 and got this error:
There is no such a folder: /home/zabbix/libsqlora8/rdbms/public
How can I fix this?
I tried to install Oracle Instant Client, it didn't help either:
Maybe there is some kind of step by step manual how to compile Zabbix with Oracle support on dedicated servers?
Thanks a lot!
I'm having problem setting up CentOS 5.4 based Zabbix server with Oracle backend (on other server), when I try to compile zabbix server i get this error:
Code:
checking if Oracle support is enabled... no configure: error: Oracle OCI library not found
Code:
checking for Oracle OCI headers in /home/zabbix/libsqlora8/rdbms/public... not found checking if Oracle support is enabled... no configure: error: Oracle OCI library not found
How can I fix this?
I tried to install Oracle Instant Client, it didn't help either:
- oracle-instantclient-basic-10.2.0.3-1.x86_64.rpm
- oracle-instantclient-devel-10.2.0.3-1.x86_64.rpm
Maybe there is some kind of step by step manual how to compile Zabbix with Oracle support on dedicated servers?
Thanks a lot!
Comment