So, based on a deep analysis and help from @napperley I have discovered that the
ktor-client-curl
library on a linuxX64 target fails to located libcurl,
cannot find -lcurl
I can add a def file but that would fail in my CI encironment.
I am confident that I have installed libcurl while I installed curl but I am open to know if that's not the case
So, how does one go about having a configuration that can run locally and on CI?