"Please update your system curl." but I have super-latest curl #2107
|
I'm trying to install linuxbrew to a Devuan machine which I don't have sudo permission. Since the machine does not have curl installed, I manually compiled it from source and now placed at only to obtain the following error message. I definitely have the latest version of curl, as you can see below. And actually linuxbrew does detect that curl is there, as shown in "Your curl executable". But "Your curl version" is empty. So I guess the only issue is that homebrew cannot somehow parse the |
Replies: 2 comments 13 replies
|
Try setting Homebrew by default only looks for system-installed packages to use. There is experimental support for using a non-system |
|
It worked! So the solution is as follows.
|
It worked! So the solution is as follows.
curlwith homebrew. If you haveLD_LIBRARY_PATHissue, you may temporarily setexport HOMEBREW_NO_ENV_FILTERING=1variable.export HOMEBREW_FORCE_BREWED_CURL=1. Then there will be no warning, no errors. Maybe we may write it in.profile.