A DBIish example is outdated; MySQL is replaced with MariaDB on Debian Stretch #1993
Labels
good first issue
If you want to dive in, this would be a good place to start
Milestone
The problem
See: https://docs.perl6.org/language/nativecall#MySQL
This section recommends to use
apt-get install mysql-serveron debian-like system.However, MySQL is replaced with MariaDB on Debian Stretch.
So,
apt-get install mysql-servertries to install mariadb-client and the shared object file (i.e. libmysqlclient.so) will not be installed.See also:
Suggestions
I'm not sure, but a quick and dirty solution is:
The text was updated successfully, but these errors were encountered: