Closed roryk closed 6 years ago
Downgrading to 7.49.1 as suggested in #23 fixes this issue as well.
I had some detritus in my LD_LIBRARY_PATH, which fixes this problem after I remove it.
Yeah setting LD_LIBRARY_PATH
outside of a build is generally a recipe for trouble. Good to close?
Yep, sorry for the false alarm!
I got bitten by this issue too, will be fixed by https://github.com/conda-forge/curl-feedstock/pull/29 .
Thanks for making an actual fix for this issue!
On a couple CentOS, Ubuntu and on a few RHEL6/7 Vagrant boxes this works fine. But on an older RH box, it looks like the
curl
feedstock isn't linked correctly, which breaks some packages that depend on it.For example:
Installing
libcurl
fromdefaults
fixes the issue, so if we could build thiscurl
similar to that one it would fix the problem.