libnuma.so.1()(64bit) is needed by mysql-community-server-5.7.23-1.el6.x86_64

[root@localhost ~]# rpm -ivh mysql-community-server-5.7.23-1.el6.x86_64.rpm 
warning: mysql-community-server-5.7.23-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.23-1.el6.x86_64
        libnuma.so.1(libnuma_1.1)(64bit) is needed by mysql-community-server-5.7.23-1.el6.x86_64
        libnuma.so.1(libnuma_1.2)(64bit) is needed by mysql-community-server-5.7.23-1.el6.x86_64
        mysql-community-client(x86-64) >= 5.7.9 is needed by mysql-community-server-5.7.23-1.el6.x86_64
        mysql-community-common(x86-64) = 5.7.23-1.el6 is needed by mysql-community-server-5.7.23-1.el6.x86_64

安装numactl即可

[root@localhost ~]# yum -y install numactl

依赖依赖依赖!mmp

[root@localhost ~]# rpm -ivh mysql-community-server-5.7.23-1.el6.x86_64.rpm 
warning: mysql-community-server-5.7.23-1.el6.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY
error: Failed dependencies:
        mysql-community-client(x86-64) >= 5.7.9 is needed by mysql-community-server-5.7.23-1.el6.x86_64
        mysql-community-common(x86-64) = 5.7.23-1.el6 is needed by mysql-community-server-5.7.23-1.el6.x86_64
[root@localhost ~]# rpm -ivh mysql-community-client-5.7.23-1.el6.x86_64.rpm 
warning: mysql-community-client-5.7.23-1.el6.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY
error: Failed dependencies:
        mysql-community-libs(x86-64) >= 5.7.9 is needed by mysql-community-client-5.7.23-1.el6.x86_64
[root@localhost ~]# rpm -ivh mysql-community-libs-5.7.23-1.el6.x86_64.rpm 
warning: mysql-community-libs-5.7.23-1.el6.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY
error: Failed dependencies:
        mysql-community-common(x86-64) >= 5.7.9 is needed by mysql-community-libs-5.7.23-1.el6.x86_64

common已经安装了怎么还报common依赖.......

 

你可能感兴趣的:(问题总结)