Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Engine libaio not loadable

Tags:

ubuntu

I have installed both libaio1 and libaio-dev packages on my Ubnutu 14.04, but after installation of "fio". Now when I want to use ioengine=libaio option of fio, I encounter with the error shown below:

fio: engine libaio not loadable

Any idea how to solve the problem without unistalling fio.

Thanks in advance

like image 625
user3684042 Avatar asked Jan 12 '15 20:01

user3684042


1 Answers

After installing libaio-dev package on Ubuntu 14.04, please clean and build the fio again. The compilation will detect and pull your liabaio.

Steps to get over libaio issue on Ubuntu 14.04

  1. Install libaio-dev
  2. From you fio folder issue

    make clean

    and

    make

like image 191
vinoj Avatar answered Sep 25 '22 03:09

vinoj