[root@play ~]# rpm -ivh mysql-community-server-5.7.17-1.el6.x86_64.rpm error: Failed dependencies: libnuma.so.1()(64bit) is needed by mysql-community-server-5.7.17-1.el6.x86_64 libnuma.so.1(libnuma_1.1)(64bit) is needed by mysql-community-server-5.7.17-1.el6.x86_64 libnuma.so.1(libnuma_1.2)(64bit) is needed by mysql-community-server-5.7.17-1.el6.x86_64出现此问题 安装numactl即可
[root@play ~]# yum -y install numactl 已加载插件:fastestmirror 设置安装进程 Loading mirror speeds from cached hostfile * base: mirrors.aliyun.com * extras: mirrors.cn99.com * updates: mirrors.btte.net 解决依赖关系 --> 执行事务检查 ---> Package numactl.x86_64 0:2.0.9-2.el6 will be 安装 --> 完成依赖关系计算 依赖关系解决 ================================================================================================================ 软件包 架构 版本 仓库 大小 ================================================================================================================ 正在安装: numactl x86_64 2.0.9-2.el6 base 74 k 事务概要 ================================================================================================================ Install 1 Package(s) 总下载量:74 k Installed size: 171 k 下载软件包: numactl-2.0.9-2.el6.x86_64.rpm | 74 kB 00:00 运行 rpm_check_debug 执行事务测试 事务测试成功 执行事务 正在安装 : numactl-2.0.9-2.el6.x86_64 1/1 Verifying : numactl-2.0.9-2.el6.x86_64 1/1 已安装: numactl.x86_64 0:2.0.9-2.el6 完毕! [root@play ~]# rpm -ivh mysql-community-server-5.7.17-1.el6.x86_64.rpm Preparing... ########################################### [100%] 1:mysql-community-server ########################################### [100%]
2017-3-27 10:24:05
评论区