所以,我用google搜索谷歌搜索了几个月,并且找不到其他人有这个错误。所以,我会在这里问(即使我的问题一直在关闭和删除)。当我尝试使用任何Homebrew的install
命令时,也会发生这种情况。当我尝试安装git时也会发生这种情况。
我进入了Homebrew维基并找到了这个命令:
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。
谢谢!任何帮助表示赞赏!
答案 0 :(得分:0)
好吧,我自己解决了这个问题。我不得不擦拭我的MacBook Pro,然后它起作用了。祝你好运,并希望这有助于其他任何有这个问题的人!