I am trying to run jsdb in my ubuntu 19.10 machine.
I am getting this error
./jsdb: error while loading shared libraries: libodbc.so.1: cannot open shared object file: No such file or directoryI have installed libodbc1 and unixodbc by seeing the error but with no luck. I have searched online but didn't get any relevant answers. So I am posting this question hoping that someone can help me with this.
Thanks in advance.
1 Answer
error while loading shared libraries: libodbc.so.1: cannot open shared object file: No such file or directory
sudo apt install apt-file
apt-file search libodbc.so.1 ## the reply : libodbc1
sudo apt install libodbc1 2