From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: Re loading libaio engine error and pvsync2 operation not permitted error References: <0E387D6D-E489-41E2-B535-577AD63036F9@emc.com> From: Jens Axboe Message-ID: <5b2250e7-75f9-97cc-943e-83e111b45918@kernel.dk> Date: Wed, 28 Nov 2018 08:28:43 -0700 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="windows-1252" Content-Language: en-US Content-Transfer-Encoding: quoted-printable To: Damien Le Moal , Mohanraj B , "Beierl, Mark" Cc: fio List-ID: 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 =EF=BF=BD 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 >=20 > 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. --=20 Jens Axboe