我用的是ubuntu14.1 安装完之后 db2start: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such 错误 之后百度 执行 apt-get install libaio-dev 命令 之后
这个时候错误已经很明显了就是要找到这两个架包把引用进去
http://ftp.sjtu.edu.cn/ubuntu/pool/main/liba/libaio/ 这个网址里有我需要两个包 记住一点 一定要引用自己所对应的版本的
下好之后 上传 执行 [email protected]:/opt# dpkg -i --force-overwrite /libaio1_0.3.109-4_amd64.deb 解压
最后 切换到你的 root 用户 执行成功!