在本地安装mysql的时候出现下面这样的报错信息
[root@Rocky mysql-libs]# rpm -ivh MySQL-server-5.6.24-1.el6.x86_64.rpm
error: Failed dependencies:
libaio.so.1()(64bit) is needed by MySQL-server-5.6.24-1.el6.x86_64
libaio.so.1(LIBAIO_0.1)(64bit) is needed by MySQL-server-5.6.24-1.el6.x86_64
libaio.so.1(LIBAIO_0.4)(64bit) is needed by MySQL-server-5.6.24-1.el6.x86_64
[root@Rocky mysql-libs]# rpm -ivh MySQL-server-5.6.24-1.el6.x86_64.rpm
从以上错误信息可以看出是因为缺少库libaio,所以需要安装libaio
安装libaio-0.3.107-10.el6.x86_64.rpm
下载地址:
http://mirror.centos.org/centos/6/os/x86_64/Packages/libaio-0.3.107-10.el6.x86_64.rpm
安装完成后,在按照安装mysql的步骤去安装即可成功安装MySQL-server-5.5.25a-1.rhel5.x86_64.rpm