mysql:error while loading shared libraries

I am trying to install mysql 5.5.56 and i follow this tutorial.

now mysql is up and running, but when i am trying to run the command mysql --version

it is showing the following error mysql: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory

i have install in on ubuntu 20

can anyone please tell me where is the problem and how can i get out of this.

Thank you

1 Answer

You have to install single deb-package which contains this file by

sudo apt-get install libncurses5
3

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