microsoft/diskspd-for-linux

Error on 'make'

Closed this issue · 1 comments

src/kernel_aio.cc:14:10: fatal error: libaio.h: No such file or directory
#include <libaio.h>
^~~~~~~~~~
compilation terminated.
Makefile:59: recipe for target 'src/kernel_aio.o' failed
make: *** [src/kernel_aio.o] Error 1

#install dependency
sudo apt-get install libaio-dev