related errors. Tried disabling the compiler cache as suggested but it makes no difference
a
Aleksei Tirman [JB]
08/01/2023, 3:05 PM
How did you install libcurl?
h
hamyn
08/01/2023, 3:07 PM
It was already installed, probably was a dependence for something else
hamyn
08/01/2023, 3:51 PM
Oops, mistake is on my end I guess,
libcurl
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.
k
Konrad Stanik
08/01/2023, 9:50 PM
it's actually not that obvious since depending on distribution
libcurl
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 🙂