On Thu, Oct 12, 2023, at 09:28, Benson Muite wrote: > You maybe able to get these from a package manager, for example on Ubuntu > sudo apt-get install curl-dev This didn't work for me on Ubuntu 22.04. I tried the OpenSSL variant which worked. sudo apt-get install libcurl4-openssl-dev Now I can drop `NO_CURL=true`. Thanks :) -- Kristoffer Haugsbakk