我正在嘗試組裝bcrypt-ruby,v。3.0.1。我在寶石文件中輸入的寶石如下:爲什麼不能正確安裝bcrypt ruby gem?
gem 'bcrypt-ruby', '3.0.1'
然後我去到終端,運行:
bundle install
我得到如下回應:
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
/usr/local/rvm/rubies/ruby-1.9.3-p392/bin/ruby extconf.rb
creating Makefile
make
compiling bcrypt_ext.c
make: gcc-4.2: No such file or directory
make: *** [bcrypt_ext.o] Error 1
Gem files will remain installed in /Users/philip7899/.bundler/tmp/2186/gems/bcrypt-ruby-3.0.1 for inspection.
Results logged to /Users/philip7899/.bundler/tmp/2186/gems/bcrypt-ruby-3.0.1/ext/mri/gem_make.out
An error occurred while installing bcrypt-ruby (3.0.1), and Bundler cannot continue.
Make sure that `gem install bcrypt-ruby -v '3.0.1'` succeeds before bundling.
我對於Ruby和Rails來說都是非常新的,並且不知道如何解決這個問題。我已經看到其他類似問題的stackoverflow頁面,但沒有人能夠幫助我。我最近升級到山獅,並被告知這可能是一個問題。我被告知使用RVM卸載並重新安裝Ruby。我試過了,但沒有奏效。
請幫忙。謝謝。
的能否請您包括'/用戶的內容/ philip7899/.bundler的/ tmp/2186 /寶石/ bcrypt-紅寶石3.0.1/EXT/MRI/gem_make.out'? –