2013-08-23 2 views
0

레일즈 엔진에서 "Error Loading RubyGems"가 표시됩니다. 그러나이 오류는 내 응용 프로그램의 루트 디렉토리에있을 때 지속되지 않습니다. 엔진 내부에서레일즈 엔진 내부에서 "RubyGems 플러그인로드 오류"

$ gem -v 
2.0.5 

: 내 주요 레일 폴더에서

$ gem -v 
Error loading RubyGems plugin "/Users/me/.rvm/gems/[email protected]/gems/rubygems-bundler-1.2.2/lib/rubygems_plugin.rb": dlopen(/Users/me/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-darwin12.4.1/openssl.bundle, 9): Library not loaded: /opt/local/lib/libssl.1.0.0.dylib 
    Referenced from: /Users/me/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-darwin12.4.1/openssl.bundle 
    Reason: image not found - /Users/me/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-darwin12.4.1/openssl.bundle (LoadError) 
2.0.5 

이 번들이 설치 실행에서 저를 방해, 등등, 난

서버 레일 엉망진창. 나는 똑같은 문제를 가진 사람을 찾을 수 없었고, 밤이 될 수 있다고 생각하는 사람들을 이끌어 냈다. 감사합니다 ...

+0

내부 엔진 디렉토리 (project/test/dummy 또는 project/spec/dummy)에서 다음 명령을 시도하십시오. –

+0

@AmanGarg spec/dummy 내부 오류와 같은 오류입니다. – sway

답변

0

내 엔진 디렉토리에 .ruby 버전 파일이 부족하다는 것이 나타났습니다. 이 파일을 추가하기 만하면 문제가 해결되었습니다.

관련 문제