So I'm running a program a college wrote on debian. When I do, the following error arises:
error while loading shared libraries: libmysqlclient.so.20: cannot open shared object file: No such file or directory
I tried installing the following packages because of different search results I did:
apt-get install libmariadbclient-dev-compat
apt-get install default-libmysqlclient-dev
apt-get install mysql-common
Searches like:
find . -name 'libmysqlclient*'
locate libmysqlclient.so
Get's nothing as output.
I found a supposed fix using yum but as I am using debian it's not a solution for me. I found the .20 is something about Oracle MySQL 5.7 (https://community.centminmod.com/threads/libmysqlclient-so-missing.9052/)
Does anybody know how to fix the problem? Thanks in advance.