简体   繁体   English

Zenoss核心安装与MySQL的兼容性问题

[英]Zenoss core installation compatibility issue with MySQL

I am facing an issue between the Zenoss core installation and MySQL rpms. 我在Zenoss核心安装和MySQL rpm之间遇到问题。 The Zenoss core installation won't complete, complaining about mysql-client and mysql-shared versions, even though I have newer versions installed. Zenoss核心安装无法完成,抱怨mysql-client和mysql-shared版本,即使我安装了较新的版本。 As suggested in this Quest/answer , 本任务/答案中所建议,

I also tried to install a 5.5.41 client package but it did not change anything. 我还尝试安装5.5.41客户端程序包,但未进行任何更改。 Here's the situation: 情况如下:

[root@bstfe1032 Zenoss]# yum -y --nogpgcheck localinstall zenoss-4.2.0.el6.x86_64.rpm
[...]
--> Finished Dependency Resolution
Error: Package: zenoss-4.2.0-1586.el6.x86_64 (/zenoss-4.2.0.el6.x86_64)
           Requires: mysql-client >= 5.5.13
Error: Package: zenoss-4.2.0-1586.el6.x86_64 (/zenoss-4.2.0.el6.x86_64)
           Requires: mysql-shared >= 5.5.13
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

[root@bstfe1032 Zenoss]# rpm -qa|grep -i mysql
MySQL-client-5.6.22-1.el6.x86_64
MySQL-server-5.6.22-1.el6.x86_64
MySQL-shared-5.6.22-1.el6.x86_64

The Zenoss core install doc points to MySQL packages from mysql.org and this is where I got them. Zenoss核心安装文档从mysql.org指向MySQL软件包,这是我从中获得它们的地方。

Any idea of what I should try next ? 有什么我下一步应该尝试的想法吗? I am using CentOS 6, this is a testbed and not a production machine because I wanted to give Zenoss core a test drive. 我正在使用CentOS 6,这是一个测试平台,而不是生产机器,因为我想给Zenoss核心一个测试驱动器。

You are mixing "old" packages (zenoss-4.2.0) with too new one (MySQL 5.6) and it's not probably handled correctly in Zenoss core packages. 您正在将“旧”软件包(zenoss-4.2.0)与太新的软件包(MySQL 5.6)混合使用,而Zenoss核心软件包中可能无法正确处理。

The best option for you is to use autodeploy script - https://github.com/zenoss/core-autodeploy/blob/4.2.5/core-autodeploy.sh 最好的选择是使用自动部署脚本-https: //github.com/zenoss/core-autodeploy/blob/4.2.5/core-autodeploy.sh

It will download last Zenoss packages from http://sourceforge.net/projects/zenoss/files/zenoss-4.2/zenoss-4.2.5/ and MySQL packages from ftp://mirror.anl.gov/pub/mysql/Downloads/MySQL-5.5/ 它将从http://sourceforge.net/projects/zenoss/files/zenoss-4.2/zenoss-4.2.5/下载最后的Zenoss软件包,并从ftp://mirror.anl.gov/pub/mysql/Downloads下载MySQL软件包。 /MySQL-5.5/

See http://wiki.zenoss.org/Install_Zenoss for more information. 有关更多信息,请参见http://wiki.zenoss.org/Install_Zenoss

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM