简而言之问题:
curl --v
结果为:
dyld: Library not loaded: /usr/local/php5/lib/libssh2.1.dylib
Referenced from: /usr/local/bin/curl
Reason: image not found
在 MacOS Big Sur 11.2.1 上。 所以有两个问题:
无效的解决方案:
brew update && brew upgrade
brew install curl
& brew reinstall curl
提前致谢。
答案 0 :(得分:0)
解决方案
brew install libssh2
brew link libssh2
需要什么
brew link --overwrite libssh2
就我而言。但这确实奏效了。
显然,libssh2 链接已过时。