我正在尝试在我的 ubuntu 19.10 机器上运行 jsdb。
我收到此错误
./jsdb: error while loading shared libraries: libodbc.so.1: cannot open shared object file: No such file or directory
我安装了 libodbc1 和 unixodbc,但看到错误,没有成功。我在网上搜索过,但没有得到任何相关的答案。所以我发布这个问题,希望有人能帮助我。
提前致谢。
答案1
加载共享库时出错:libodbc.so.1:无法打开共享对象文件:没有此文件或目录
sudo apt install apt-file
apt-file search libodbc.so.1
## the reply : libodbc1
sudo apt install libodbc1