POL 100 Debian 9 Linux Server Error

If your problem is with a specific version of the distro or core, look below. If you are unsure, this is your place.
Post Reply
JohnnyB
New User
Posts: 3
Joined: Wed Oct 24, 2018 5:57 pm

POL 100 Debian 9 Linux Server Error

Post 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
gh0sterZA
Neophyte Poster
Posts: 35
Joined: Thu Nov 19, 2015 11:36 am
Location: Cape Town

Re: POL 100 Debian 9 Linux Server Error

Post 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.
Post Reply