Hi Everyone
I'm trying to install the Zabbix 5.4 over Ubuntu Server 21.04.
Basically I'm facing many issues as libsnmp and others. However I'm trying now compile the build directly.
Following the Zabbix Tutorial, (step 4)
is showing this error
Without parameter as below
I have these message
Anyone had the same issue? or know what setup is necessary to fill?
Thank so much
Best Regards
I'm trying to install the Zabbix 5.4 over Ubuntu Server 21.04.
Basically I'm facing many issues as libsnmp and others. However I'm trying now compile the build directly.
Following the Zabbix Tutorial, (step 4)
Code:
./configure --enable-server --enable-agent --with-mysql=/usr/bin/mariadb --enable-ipv6 --with-net-snmp --with-libcurl --with-libxml2
Code:
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
Code:
./configure --enable-server --enable-agent --with-mysql --enable-ipv6 --with-net-snmp --with-libcurl --with-libxml2
Code:
checking for mysql_config... no checking for mariadb_config... no configure: error: MySQL library not found
Thank so much
Best Regards
Comment