diff --git a/docs/usage.rst b/docs/usage.rst index aa523a8e5af51b5f98afb5f3f01362c23abe6021..c304aa3fb8991ccf7636a02b71fe282c841d8c6b 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -1824,11 +1824,11 @@ on the safe side: .. warning:: Due to `Debian Bug 766996 - `_ before - applying the changes please manually run command ``sudo ln -s - /usr/bin/mariadb_config /usr/local/bin/mysql_config`` on the web - server. Otherwise the MySQL-python package will fail to build due to - missing ``mysql_config`` binary. + `_ Majic Ansible + Roles try to detect if you install ``libmariadb-client-lgpl-dev-compat`` + package, and create symbolic link from ``/usr/local/bin/mysql_config`` to + ``/usr/bin/mariadb_config`` automatically. Otherwise the MySQL-python + package will fail to build due to missing ``mysql_config`` binary. ::