在Centos上安装MySQL-server时报错error: Failed dependencies: libaio.so.1()(64bit) is needed by MySQL-server

在安装MySQL-server时报出如下错误,表示需要安装依赖包libaio-0.3.107-10.el6.x86_64.rpm

[root@hadoop ~]# rpm -ivh MySQL-server-5.5.48-1.linux2.6.x86_64.rpm 
warning: MySQL-server-5.5.48-1.linux2.6.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: 
NOKEY
error: Failed dependencies:
libaio.so.1()(64bit) is needed by MySQL-server-5.5.48-1.linux2.6.x86_64
libaio.so.1(LIBAIO_0.1)(64bit) is needed by MySQL-server-5.5.48-1.linux2.6.x86_64
libaio.so.1(LIBAIO_0.4)(64bit) is needed by MySQL-server-5.5.48-1.linux2.6.x86_64


在linux下安装依赖包libaio-0.3.107-10.el6.x86_64.rpm
[root@hadoop ~]# rpm -ivh libaio-0.3.107-10.el6.x86_64.rpm 

猜你喜欢

转载自blog.csdn.net/leying521/article/details/80274807
今日推荐