Ad Widget

Collapse

Zabbix server 2.4.7 и MySQL 5.7

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Firm
    Senior Member
    • Dec 2009
    • 342

    #1

    Zabbix server 2.4.7 и MySQL 5.7

    Code:
    # dpkg -l|grep mysql
    ii  libdbd-mysql-perl              4.028-2+b1                           amd64        Perl5 database interface to the MySQL database
    ii  libmysqlclient18:amd64         5.5.46-0+deb8u1                      amd64        MySQL database client library
    ii  mysql-client                   5.7.9-1debian8                       amd64        MySQL Client meta package depending on latest version
    ii  mysql-common                   5.7.9-1debian8                       amd64        MySQL configuration for client and server
    ii  mysql-community-client         5.7.9-1debian8                       amd64        MySQL Client and client tools
    ii  mysql-community-server         5.7.9-1debian8                       amd64        MySQL Server and server tools
    При установке пакет с серверной частью хочет удалить данный MySQL:
    Code:
    # apt-get install zabbix-server-mysql
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following packages were automatically installed and are no longer required:
      apache2-bin apache2-data apache2-utils libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap ttf-dejavu-core
    Use 'apt-get autoremove' to remove them.
    The following extra packages will be installed:
      fping libconfig-inifiles-perl liblist-moreutils-perl libsnmp-perl mysql-client-5.5 mysql-server mysql-server-5.5 mysql-server-core-5.5 snmpd snmptt
    Suggested packages:
      tinyca snmptrapd zabbix-frontend-php
    The following packages will be REMOVED:
      mysql-client mysql-community-client mysql-community-server
    При этом в зависимостях пакета с сервером значатся:
    Code:
    # apt-cache show zabbix-server-mysql
    Package: zabbix-server-mysql
    Source: zabbix
    Version: 1:2.4.7-1+jessie
    Architecture: amd64
    Origin: Zabbix
    Maintainer: Kodai Terashima <[email protected]>
    Installed-Size: 7571
    Pre-Depends: debconf
    Depends: libc6 (>= 2.17), libcurl3 (>= 7.16.2), libiksemel3 (>= 1.2), libldap-2.4-2 (>= 2.4.7), libmysqlclient18 (>= 5.5.24+dfsg-1), libodbc1 (>= 2.3.1), libopenipmi0, libsnmp30 (>= 5.7.2.1+dfsg-1~dfsg), libssh2-1 (>= 1.0), libxml2 (>= 2.7.4), debconf (>= 0.5) | debconf-2.0, mysql-client | virtual-mysql-client, fping, adduser, dbconfig-common (>= 1.8.19), lsb-base
  • Firm
    Senior Member
    • Dec 2009
    • 342

    #2
    Оформил bug: https://support.zabbix.com/browse/ZBX-10437

    Comment

    Working...