Ad Widget

Collapse

Zabbix 5.4 with Ubuntu 21.04 and MariaDB

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nfoliveira
    Junior Member
    • Jul 2021
    • 1

    #1

    Zabbix 5.4 with Ubuntu 21.04 and MariaDB

    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)


    Code:
    ./configure --enable-server --enable-agent --with-mysql=/usr/bin/mariadb --enable-ipv6 --with-net-snmp --with-libcurl --with-libxml2
    is showing this error

    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
    Without parameter as below

    Code:
    ./configure --enable-server --enable-agent --with-mysql --enable-ipv6 --with-net-snmp --with-libcurl --with-libxml2
    I have these message

    Code:
    checking for mysql_config... no
    checking for mariadb_config... no
    configure: error: MySQL library not found
    Anyone had the same issue? or know what setup is necessary to fill?

    Thank so much

    Best Regards
  • secooonder
    Junior Member
    • Jul 2021
    • 7

    #2
    Hi
    I have the same problem.

    There seems to be no released version for 21.04 ?

    Comment

    • Atsushi
      Senior Member
      • Aug 2013
      • 2028

      #3
      Did you install a development package such as libmariadb-dev?

      Comment

      Working...