Page 1 of 1

POL 100 Debian 9 Linux Server Error

Posted: Tue Sep 10, 2019 6:48 pm
by JohnnyB
Getting this error and not sure what to do about it........

./pol: error while loading shared libraries: libmysqlclient.so.20: cannot open shared object file: No such file or directory

Re: POL 100 Debian 9 Linux Server Error

Posted: Wed Sep 11, 2019 8:22 am
by gh0sterZA
I seem to recall you can compile without sql support if you build your own binary.
However I did build in sql support. Seem to remember Debian was a little bit of trial and error with the sql, ssl and I think libz version.

Try the "dev" package below.

Code: Select all

apt-cache search libmysqlclient-dev
default-libmysqlclient-dev - MySQL database development files (metapackage)
Hope you get it working.