Hi,6.4.0
I want to build zabbix 6.4.0 from source on a QNAP NAS, but it fails in configure when checking for mysql init options functions.
checking for mysql_config... /share/CACHEDEV1_DATA/.qpkg/MariaDB10/bin/mysql_config
checking for main in -lmariadb... yes
checking for TLS support in MySQL library... no
checking for TLS support in MariaDB library... no
checking for MariaDB init options function... no
checking for MySQL init options function... no
no
configure: error: Could not find the options function for mysql init​
Is this check necessary and if not can it be disabled?
Horst
I want to build zabbix 6.4.0 from source on a QNAP NAS, but it fails in configure when checking for mysql init options functions.
checking for mysql_config... /share/CACHEDEV1_DATA/.qpkg/MariaDB10/bin/mysql_config
checking for main in -lmariadb... yes
checking for TLS support in MySQL library... no
checking for TLS support in MariaDB library... no
checking for MariaDB init options function... no
checking for MySQL init options function... no
no
configure: error: Could not find the options function for mysql init​
Is this check necessary and if not can it be disabled?
Horst
Specially if whole process breaks because of it.
Comment