Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a problem installing rails with rubygems on Ubuntu. It gives this error:

jjboat@ubuntu:/usr/bin$ gem install rails
/home/jjboat/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/yaml.rb:56:in `<top  (required)>':
It seems your ruby installation is missing psych (for YAML output).
To eliminate this warning, please install libyaml and reinstall your ruby.

I had already run the following two commands

rvm pkg install libyaml

and

rvm reinstall all --force
share|improve this question
Possibly duplicate of stackoverflow.com/questions/8410885 – white Oct 9 '12 at 5:42

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.