JSDB showing error libodbc.so.1 can't be opened

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 directory

I 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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like