On 11/25/18 4:51 PM, Damien Le Moal wrote: > On 2018/11/26 5:01, Mohanraj B wrote: >> Hi, >> >> 1) How are you installing FIO – from the apt repos, or building from source? >> I build fio from source, below is my dockerfile. >> >> FROM centos:latest >> RUN yum update -y >> RUN yum install git gcc gcc-c++ make -y >> RUN git clone https://github.com/axboe/fio >> RUN yum install zlib-devel libaio -y > > yum install libaio-devel ? > Otherwise, libaio will not be compiled... That's the real answer, I believe that's also mentioned in the instructions for building fio. -- Jens Axboe