首页 > 其他 > 详细

libaio.so.1: cannot open shared object file

时间:2014-04-05 12:22:32      阅读:414      评论:0      收藏:0      [点我收藏+]
mysql_install_db fails when trying to install 5.5.10. 
Apparently, it depends on a library that it is not found on Linux../scripts/mysql_install_db --datadir=~/path/to/your/data/ --basedir=$PWD --user=$USERInstalling MySQL system tables...mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory

上面这个问题纠结了我很久,网上各种查,说但是只要执行
sudo apt-get install libaio-dev
就可以  结果各种不行,也不能否定这个不行,貌似这个是支持32bit的,我系统是64bit,后来查到,用下面这个可以
sudo apt-get install libaio1

libaio.so.1: cannot open shared object file,布布扣,bubuko.com

libaio.so.1: cannot open shared object file

原文:http://blog.csdn.net/ty0415/article/details/22958133

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!