From 1289928a3876e3dbebaaaf7147bb503571dd6f8e Mon Sep 17 00:00:00 2001 From: Ian Chard Date: Thu, 18 Jul 2019 09:25:05 +0100 Subject: [PATCH] Add details of compat package needed in Debian buster Fixes #366 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index cd91383d..bf6ce415 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,14 @@ On Windows, there are binary wheels you can install without MySQLConnector/C or `sudo yum install python3-devel ` # Red Hat / CentOS +#### Note on newer Debian releases using MariaDB + +From Debian 10.0 ('buster') the migration to MariaDB has removed `mysql_config` altogether which breaks +the build of this package. The following command is needed to install a compatibility package that +restores the needed file: + +`sudo apt install libmariadb-dev-compat` + #### **Note about bug of MySQL Connector/C on macOS** See also: https://bugs.mysql.com/bug.php?id=86971