mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 02:53:10 -04:00
1) Configure fails with error message:
checking for MySQL client version >= 5.0.0... no
configure: error: Required version of libmysqlclient not found
It check "mysql_get_client_info() > 5", but modern MariaDB return
Connector/C's version 3.x instead of MariaDB version.
How to get the correct version found here:
|
||
---|---|---|
.. | ||
dspam.in | ||
patch-configure | ||
patch-src__client.c | ||
patch-src__daemon.c | ||
patch-src__dspam.conf.in | ||
patch-src__Makefile.in | ||
patch-src_mysql__drv.c | ||
UPDATING |