先安装libaio-devel,再重新编译fio
[root@localhost fio-3.19]# yum -y install libaio-devel
[root@localhost fio-3.19]# mkdir install
[root@localhost fio-3.19]# ./configure --prefix=./install
[root@localhost fio-3.19]# make clean;make;make install
先安装libaio-devel,再重新编译fio
[root@localhost fio-3.19]# yum -y install libaio-devel
[root@localhost fio-3.19]# mkdir install
[root@localhost fio-3.19]# ./configure --prefix=./install
[root@localhost fio-3.19]# make clean;make;make install