Ad Widget

Collapse

Zabbix_server process failing to start

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cooljsmb
    Junior Member
    • Jan 2017
    • 2

    #1

    Zabbix_server process failing to start

    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
  • SBO
    Zabbix Certified Specialist
    Zabbix Certified Specialist
    • Sep 2015
    • 226

    #2
    Hi,

    Did you check that your ORACLE_HOME and LD_LIBRARY_PATH are defined on your zabbix user ?
    Last edited by SBO; 24-01-2017, 11:20. Reason: typo

    Comment

    • cooljsmb
      Junior Member
      • Jan 2017
      • 2

      #3
      Hi,

      Thanks for the response. Yes I checked and they are set.

      Thanks

      Comment

      Working...