mysql5.7 centos 7.*:libaio.so.1()(64bit) is needed by mysql-community-server-5.7.24-1.el7.x86_64

mysql5.7 centos 7.* 安装报错,

解决:yum install libaio

[root@izbp111tnz2hnwzij0olswz mysql]# rpm -ivh mysql-community-server-
mysql-community-server-5.7.24-1.el7.x86_64.rpm          mysql-community-server-minimal-5.7.24-1.el7.x86_64.rpm  
[root@izbp111tnz2hnwzij0olswz mysql]# rpm -ivh mysql-community-server-
mysql-community-server-5.7.24-1.el7.x86_64.rpm          mysql-community-server-minimal-5.7.24-1.el7.x86_64.rpm  
[root@izbp111tnz2hnwzij0olswz mysql]# rpm -ivh mysql-community-server-5.7.24-1.el7.x86_64.rpm 
warning: mysql-community-server-5.7.24-1.el7.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY
error: Failed dependencies:
	libaio.so.1()(64bit) is needed by mysql-community-server-5.7.24-1.el7.x86_64
	libaio.so.1(LIBAIO_0.1)(64bit) is needed by mysql-community-server-5.7.24-1.el7.x86_64
	libaio.so.1(LIBAIO_0.4)(64bit) is needed by mysql-community-server-5.7.24-1.el7.x86_64

你可能感兴趣的:(mysql)