【排错】libnuma.so.1()(64bit) is needed by mysql-community-server-5.7.9-1.el6.x86_64
2018年06月18日 09:38:48 作者:Jiaozn 分类:数据库 评论(0)版本:5.7.9
新装的CentOS 6.3 安装MySQL 5.7.9 出现的问题
1、首先卸载系统自带的mysql 5.1的包
yum -y remove mysql-libs-5.1.61-4.el6.x86_64
2、开始安装MySQL 5.7.9的包
3、报错:warning: mysql-community-server-5.7.9-1.el6.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY
error: Failed dependencies:
libnuma.so.1()(64bit) is needed by mysql-community-server-5.7.9-1.el6.x86_64
libnuma.so.1(libnuma_1.1)(64bit) is needed by mysql-community-server-5.7.9-1.el6.x86_64
libnuma.so.1(libnuma_1.2)(64bit) is needed by mysql-community-server-5.7.9-1.el6.x86_64
4、安装numactl即可
yum install numactl
除非注明,发表在“Jiaozn的博客”的文章『【排错】libnuma.so.1()(64bit) is needed by mysql-community-server-5.7.9-1.el6.x86_64』版权归Jiaozn所有。
转载请注明出处为“本文转载于『Jiaozn的博客』原地址https://jiaozn.com/reed/345.html”
评论
发表评论