You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build and install seem to succeed but when I try to use /usr/local/bin/zebrasrv or /usr/local/bin/zebraidx, I get the following errors:
zebrasrv: error while loading shared libraries: libidzebra-2.0.so.0: cannot open shared object file: No such file or directory
zebraidx: error while loading shared libraries: libidzebra-2.0.so.0: cannot open shared object file: No such file or directory
Yet I see that /usr/local/lib/libidzebra-2.0.so.0 is a symlink to /usr/local/lib/libidzebra-2.0.so.0.0.2.
It looks like the binaries that come out of "make" are also linked to something functional:
./index/zebrasrv -V
YAZ version: 5.31.1 c3cea881e3e7e80b069ddd1429994e58841acb14
./index/zebraidx -V
Zebra 2.2.3
(C) 1994-2020, Index Data
Zebra is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
SHA1 ID: 586ed6a
Using ICU
The text was updated successfully, but these errors were encountered:
I'll give that a try. I did take a little peek at the time and it looked like /usr/local/lib was in the linker library path which was why I was confused. But I'll take another look when I have some time.
I took these steps:
a. deb https://ftp.indexdata.com/ubuntu bionic main
b. deb-src https://ftp.indexdata.com/ubuntu bionic main
The build and install seem to succeed but when I try to use /usr/local/bin/zebrasrv or /usr/local/bin/zebraidx, I get the following errors:
zebrasrv: error while loading shared libraries: libidzebra-2.0.so.0: cannot open shared object file: No such file or directory
zebraidx: error while loading shared libraries: libidzebra-2.0.so.0: cannot open shared object file: No such file or directory
Yet I see that /usr/local/lib/libidzebra-2.0.so.0 is a symlink to /usr/local/lib/libidzebra-2.0.so.0.0.2.
It looks like the binaries that come out of "make" are also linked to something functional:
./index/zebrasrv -V
YAZ version: 5.31.1 c3cea881e3e7e80b069ddd1429994e58841acb14
./index/zebraidx -V
Zebra 2.2.3
(C) 1994-2020, Index Data
Zebra is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
SHA1 ID: 586ed6a
Using ICU
The text was updated successfully, but these errors were encountered: