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: ASE, ASE 15.0.3, ASE 15.5, ASE 15.7, ASE 16.0, cannot open shared object file, ldconfig, libkonavm.so, loading shared libraries, shared libraries, Sybase, Sybase ASE
Mobile Site | Full Site
Get a free blog at WordPress.com Theme: WordPress Mobile Edition by Alex King.
[…] Sybase ASE – Error while loading shared libraries: libkonavm.so: cannot open shared object file […]
LikeLike
By Sybase ASE | Oracle Database Internal Mechanism on December 18, 2018 at 2:01 PM
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.
LikeLike
By Nina on September 24, 2020 at 5:26 PM
For me was the LD_LIBRARY_PATH variable. Thanks!
LikeLike
By Nina on September 24, 2020 at 5:41 PM