Details
-
Incident report
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.0.5
-
Debian
Description
With MariaDB "configure" fails as follows:
checking for main in -l... no configure: error: Not found mysqlclient library
because output of `mysql_config --libs` ("-lmariadbclient") is not recognised by "m4/ax_lib_mysql.m4".
The attached patch fixes the problem.