Details
-
Type:
Incident report
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0.5
-
Fix Version/s: 3.0.6rc1, 3.2.2rc1, 3.4.0alpha1
-
Component/s: Installation (I)
-
Environment: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.