通过终端运行curl时,出现以下错误:
dyld: Library not loaded: /opt/local/lib/libintl.8.dylib
Referenced from: /opt/local/bin/curl
Reason: image not found
Abort trap: 6
我安装了最新版本的Xcode甚至“brew install curl”,但都没有帮助。任何想法发生了什么?
(OS Sierra)
答案 0 :(得分:1)
问题是安装的basename $(dirname $(dirname "$PWD"))
版本不完整。它似乎是从curl
安装的,因为MacPorts
是安装位置的正常位置。
原生Apple版本位于/opt/local/bin/curl
。
您可以卸载或重新安装MacPorts版本:
/usr/bin
或卸载
sudo port install curl