だから、私は何ヶ月もググってググってググって、このエラーを抱えている人を他に見つけることができません. それで、ここで質問します(私の質問は閉じられて削除され続けますが)。これは、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 をインストールしたいので、これについて助けが必要です。
ありがとう!どんな助けでも大歓迎です!