【发布时间】:2012-03-08 09:12:08
【问题描述】:
尝试在 Lion 上安装 Homebrew。当我这样做时:
/usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"
我收到此错误:
dyld: Library not loaded: /opt/local/lib/libidn.11.dylib
Referenced from: /usr/local/bin/curl
Reason: image not found
我之前安装了 MacPorts,但将其卸载并完全删除了 /opt/local 我还从我的 PATH 中删除了 /opt/local
知道为什么会发生此错误吗?
【问题讨论】:
标签: macos installation macports homebrew