hamyn
08/01/2023, 3:01 PMlibcurl natively on linux. I do have dependencies declared and libcurl installed. But I'm getting this error : x86_64-unknown-linux-gnu/bin/ld.gold: error: cannot find -lcurl followed by more libcurl related errors. Tried disabling the compiler cache as suggested but it makes no differenceAleksei Tirman [JB]
08/01/2023, 3:05 PMhamyn
08/01/2023, 3:07 PMhamyn
08/01/2023, 3:51 PMlibcurl itself is not enough, you would need the libcurl-devel package installed. Of course it is obvious for developers who have native development experience, but I think it would be a bit more helpful for non-experienced developers if it was specifically stated in the docs.Konrad Stanik
08/01/2023, 9:50 PMlibcurl might actually be just enough. It's in general a bit tricky sometimes to get all the paths in place and working with cinterop, but it's a matter of some experience and then things become a bit more straightforward 🙂Aleksei Tirman [JB]
08/02/2023, 6:37 AM