私は http://installrails.com の指示に従って、Macbook Airをいくつかの設定で取得しましたRuby動作しますが、RVMで問題が発生しています。Rubyをインストールしようとすると、次のエラーが発生します。Ruby -v
を実行しようとしたときにもエラーが表示されます。
dyld: Library not loaded: /usr/local/lib/libgmp.10.dylib
Referenced from: /Users/Chris/.rvm/rubies/Ruby-2.1.3/bin/Ruby
Reason: image not found
グーグルで解決できなかったので、何が原因なのか混乱しています。助言がありますか?
今朝、新しいMacでRVMを設定するときにもまったく同じ問題が発生しました。
$ Ruby -v
dyld: Library not loaded: /usr/local/lib/libgmp.10.dylib
Referenced from: /Users/psoshnin/.rvm/rubies/Ruby-2.1.3/bin/Ruby
Reason: image not found
私が最初に実行した問題を解決するために:
$ brew update && brew upgrade
それから私は走った:
$ rvm reinstall 2.1.3 --disable-binary
そしてそれは私のためにうまくインストールされました。
$ Ruby -v
Ruby 2.1.3p242 (2014-09-19 revision 47630) [x86_64-darwin13.0]
お役に立てれば。
これは私のために働きました:
brew update && brew install gmp && rvm reinstall 2.1.3