Ad Widget

Collapse

Zabbix 3.0alpha - database library not found

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jacek
    Member
    • Nov 2008
    • 45

    #1

    Zabbix 3.0alpha - database library not found

    Hi,

    I'm trying to install newest alhpa of zabbix in my lab, but with no success so far. Configuring source ends with error: database library not found (where databse is MySQL or PostgreSQL ). A liitle earlier there is warning:
    checking for the linux kernel version... unknown family (3.10.0-123.el7.x86_64).

    Earllier versions, which have been installed from packages, works fine, so I'm not sure, which libraries may be missing.

    Have any of you manage to install this alpha version on Centos 7 or have similar problem and solved it?

    Thank in advance.
    Jacek
  • ingus.vilnis
    Senior Member
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Mar 2014
    • 908

    #2
    Hi,

    This is the set of packages I install for Zabbix 3.0 on CentOS using MySQL 5.6.
    Code:
    yum install gcc mysql-community-devel.x86_64 libxml2-devel.x86_64  unixODBC-devel.x86_64 net-snmp-devel.x86_64 libcurl-devel.x86_64
    After that try compiling again.

    Best Regards,
    Ingus

    Comment

    • jacek
      Member
      • Nov 2008
      • 45

      #3
      Thanks a lot Ingus, that've worked.

      Comment

      Working...