码迷,mamicode.com
首页 > 数据库 > 详细

Ubuntu 安装MySQL报共享库找不到

时间:2019-09-10 17:30:49      阅读:98      评论:0      收藏:0      [点我收藏+]

标签:open   span   direct   找不到   接下来   sha   初始   red   安装mysql   

错误信息1:

./mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory

解决办法:安装改库

# apt-get install libaio1 -y   注意:是libaio后面有个 1

 继续安装,报错,错误如下

./mysqld: error while loading shared libraries: libnuma.so.1: cannot open shared object file: No such file or directory

解决,安装libnuma1

# apt-get install libnuma1 -y 

接下来就可以正常初始化了。

Ubuntu 安装MySQL报共享库找不到

标签:open   span   direct   找不到   接下来   sha   初始   red   安装mysql   

原文地址:https://www.cnblogs.com/yjt1993/p/11498627.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!