3

所以,我已经用谷歌搜索和搜索了几个月,找不到其他人有这个错误。所以,我要在这里问(即使我的问题不断被关闭和删除)。当我尝试使用 Homebrew 的任何install命令时,也会发生这种情况。当我尝试安装 git 时也会发生这种情况。

我进入 Homebrew wiki 并找到了这个命令:

mkdir homebrew && curl -L https://github.com/mxcl/homebrew/tarball/master | tar xz --strip 1 -C homebrew

我收到以下错误:

dyld: Library not loaded: /usr/local/Cellar/openssl/1.0.1e/lib/libcrypto.1.0.0.dylib
  Referenced from: /opt/local/lib/libssl.1.0.0.dylib
  Reason: no suitable image found.  Did find:
  /usr/local/Cellar/openssl/1.0.1e/lib/libcrypto.1.0.0.dylib: stat() failed with errno=13

我运行了这个命令:

ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"

并得到完全相同的错误。

我安装了 XCode 命令行工具,并且拥有最新版本的 XCode。

我需要帮助,因为我希望在 Mac 上安装 Ninja-IDE。

谢谢!任何帮助表示赞赏!

4

1 回答 1

0

好吧,我自己解决了这个问题。我不得不擦拭我的 MacBook Pro,然后它就起作用了。祝你好运,希望这对遇到此问题的其他人有所帮助!

于 2014-07-06T22:58:50.913 回答