Hi,
On launching zabbix server, following is being displayed-
[zabbix@HP4440-03 sbin]$ ./zabbix_server
./zabbix_server: error while loading shared libraries: libclntsh.so.12.1: cannot open shared object file: No such file or directory
================================================== ======
Compilation steps used -
1) ./configure --prefix=/home/zabbix/zabbix --enable-server --enable-agent --with-oracle --with-net-snmp --with-libcurl --with-libxml2
2) make install
-------------------------------------------------------------------------
I donot find any errors related to OCI / Oracle at configure/make stage.
Pls note following information from config.log
checking for Oracle OCI headers in /u01/app/oracle/product/12.1.0.2/db_1/rdbms/public... yes
checking if Oracle OCI version is >= 10.0... yes
checking for Oracle OCI version >= 10.x to use -lnnz1x flag... -lnnz12
checking for Oracle OCI libraries in /u01/app/oracle/product/12.1.0.2/db_1/lib... yes
checking for Oracle support... yes
checking for Zabbix server/proxy database selection... ok
Any ideas?
Thanks
On launching zabbix server, following is being displayed-
[zabbix@HP4440-03 sbin]$ ./zabbix_server
./zabbix_server: error while loading shared libraries: libclntsh.so.12.1: cannot open shared object file: No such file or directory
================================================== ======
Compilation steps used -
1) ./configure --prefix=/home/zabbix/zabbix --enable-server --enable-agent --with-oracle --with-net-snmp --with-libcurl --with-libxml2
2) make install
-------------------------------------------------------------------------
I donot find any errors related to OCI / Oracle at configure/make stage.
Pls note following information from config.log
checking for Oracle OCI headers in /u01/app/oracle/product/12.1.0.2/db_1/rdbms/public... yes
checking if Oracle OCI version is >= 10.0... yes
checking for Oracle OCI version >= 10.x to use -lnnz1x flag... -lnnz12
checking for Oracle OCI libraries in /u01/app/oracle/product/12.1.0.2/db_1/lib... yes
checking for Oracle support... yes
checking for Zabbix server/proxy database selection... ok
Any ideas?
Thanks
Comment