timesten报错:error while loading shared libraries: libaio.so.1: cannot open shared object file : No such file or directory-LMLPHP

我遇到的这个错是因为缺少依赖:libaio

直接yum -y install libaio

然后重新安装就OK了

05-08 07:58