centos7.6安卓mysql5.7时编译报错:
Installing MySQL system tables..../bin/mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
解决办法:
yum install -y libaio
报错libaio.so.1: cannot open shared object file的解决方法
阅读 172
2023-01-05
centos7.6安卓mysql5.7时编译报错:
Installing MySQL system tables..../bin/mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
解决办法:
yum install -y libaio
相关推荐
精彩评论(0)