Oracle Database Internal Mechanism


Home | Pages | Archives


Sybase ASE – Error while loading shared libraries: libkonavm.so: cannot open shared object file

December 18, 2018 1:57 PM

Sometimes due to missing library you can get following error in the errorlog:-

error while loading shared libraries: libkonavm.so: cannot open shared object file: No such file or directory

To fix such issues, find the path where libkonavm.so file is kept:-

locate libkonavm.so

Once the path is located, lets say its kept in /opt/sybase/ASE-16_0/symlib/libkonavm.so, create a ld.so.conf.d file at /etc with content as the path of the libkonavm.so file and run ldconfig :-

echo "/opt/sybase/ASE-16_0/symlib/libkonavm.so" >/etc/ld.so.conf.d
ldconfig

After running ldconfig, the issue should be fixed.

Posted by Nitish Anand Srivastava

Categories: Sybase ASE

Tags: , , , , , , , , , , ,

3 Responses to “Sybase ASE – Error while loading shared libraries: libkonavm.so: cannot open shared object file”

  1. […] Sybase ASE – Error while loading shared libraries: libkonavm.so: cannot open shared object file […]

    Like

    By Sybase ASE | Oracle Database Internal Mechanism on December 18, 2018 at 2:01 PM

  2. Hi, issue is still showing after this is done. I’m using sudo to run commands and then swithc to sybase user to start the server.

    Like

    By Nina on September 24, 2020 at 5:26 PM

    1. For me was the LD_LIBRARY_PATH variable. Thanks!

      Like

      By Nina on September 24, 2020 at 5:41 PM

Leave a Reply



Mobile Site | Full Site


Get a free blog at WordPress.com Theme: WordPress Mobile Edition by Alex King.