In our installation guide, we have the line sudo apt install libmysqlclient-dev. However, this library is no longer available, and it is instead recommended to use libmariadb-dev libmariadb-dev-compat. TODO: Inquire about these libraries, do some tests, and change our installation guide accordingly.
In our installation guide, we have the line
sudo apt install libmysqlclient-dev
. However, this library is no longer available, and it is instead recommended to uselibmariadb-dev libmariadb-dev-compat
. TODO: Inquire about these libraries, do some tests, and change our installation guide accordingly.