Wednesday, October 5, 2016

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

This means libraries are missing . Run either of following commands :


sudo apt-get install libaio1 libaio-dev
or
sudo yum install libaio

No comments:

Post a Comment