curl在Mac OS上出现错误

时间:2017-05-31 17:11:39

标签: macos curl macos-sierra

通过终端运行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)

1 个答案:

答案 0 :(得分:1)

问题是安装的basename $(dirname $(dirname "$PWD")) 版本不完整。它似乎是从curl安装的,因为MacPorts是安装位置的正常位置。

原生Apple版本位于/opt/local/bin/curl

您可以卸载或重新安装MacPorts版本:

/usr/bin

或卸载

sudo port install curl

MacPorts Common Tasks