rpm -ivh mysql-community-server-5.7.28-1.el7.x86_64.rpm
warning: mysql-community-server-5.7.28-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.28-1.el7.x86_64
libaio.so.1(LIBAIO_0.1)(64bit) is needed by mysql-community-server-5.7.28-1.el7.x86_64
libaio.so.1(LIBAIO_0.4)(64bit) is needed by mysql-community-server-5.7.28-1.el7.x86_64
解决方案:
yum install libaio

本文详细介绍了在尝试使用rpm包安装MySQL社区版服务器时遇到的依赖错误,具体为libaio.so.1的相关版本缺失。文章提供了通过yum安装libaio来解决此问题的方法。
2293

被折叠的 条评论
为什么被折叠?



