On 2022/05/02 21:44, Sagi wrote: > Hey! > > My name is Sage and I’m trying to use fio with http IO engine (s3). > > On fio configuration stage, the http-engine isn’t being installed. > > I was looking in the configure code > (https://github.com/axboe/fio/blob/1588c8f571f67a004571e51cdbb5de97c3e4f457/configure#L1818-L1826), > and tried “apt-getting” libcurl4 or similar packages I thought would > be relevant, but I couldn’t make the http-engine work. You need to install the development packages for the libraries too (e.g. libcurl4-devel or whatever it is called on your distro) so that the library C header files are also installed. Without these, the engines will not be compiled. > > I'm using Ubuntu OS, would appreciate any hint or help :) -- Damien Le Moal Western Digital Research