Hi, I switched from Debian sid to stable (MX) and now lazarus complains during mysql-access to database:
Can not load default MySQL library ("libmysqlclient.so.20" or "libmysqlclient.so"). Check your installation.
mySQL is installed in MX and the database is up and running (on another machine)
the file libmysqlclient* is nowhere to be found.
any help apreciated
==============
[EDIT:] the solution was to install libmariadb-dev
apt install libmariadb-dev
Set a symlink to the missing libmysqlclient
ln /usr/lib/x86_64-linux-gnu/libmariadb.so.3 /usr/lib/libmysqlclient.so
Change the property of TMySQL57connection SkipLibraryVersionCheck := true;