Thanks in advance!
I´m trying to install zabbix 1.8.6 on RHEL5.4 (64) with Oracle database, this DB is located in an external server, not in the same of Zabbix server. So, To conect to that DB I'll use Oracle Instant Client.
My problem appear when I execute:
The $ORACLE_HOME/rdmbs/public doesn´t exist, when I installed the Instant client, I unzipped the product, and there wasn´t any directory like rdmbs/public.
I tried to create rdmbs/public and copy all files o sdk/include and the error disappeared, but now appear a new problem:
¿how can I install it?
thanks!!
I´m trying to install zabbix 1.8.6 on RHEL5.4 (64) with Oracle database, this DB is located in an external server, not in the same of Zabbix server. So, To conect to that DB I'll use Oracle Instant Client.
My problem appear when I execute:
Code:
./configure --prefix=/software/zabbix --enable-server --with-jabber --with-libcurl --with-net-snmp --with-openipmi --with-oracle
Code:
checking for Oracle OCI headers in /software/oracle/instantclient_10_2/rdbms/public... not found checking if Oracle support is enabled... no configure: error: Oracle OCI library not found
I tried to create rdmbs/public and copy all files o sdk/include and the error disappeared, but now appear a new problem:
Code:
checking for Oracle OCI headers in /software/oracle/instantclient_10_2/rdbms/public... yes checking if Oracle OCI version is >= 10.0... yes checking for Oracle version >= 11.x to use -lnnz11 flag... no checking for Oracle version >= 10.x to use -lnnz10 flag... yes checking for Oracle OCI libraries in /software/oracle/instantclient_10_2/lib... not found checking if Oracle support is enabled... no configure: error: Oracle OCI library not found
thanks!!

Comment