Error de SSL al instalar Rails

Si al intentar instalar Rails en Ubuntu da un error como

$ sudo gem install rails
ERROR:  While executing gem ... (Gem::Exception)
    SSL is not installed on this system

es que hay que instalar libopenssl-ruby

$ sudo apt-get install libopenssl-ruby

Al menos así es como ha funcionado en mi viejo pc, al que le he regalado una instalación nuevecita de Rails por Navidad ;)

Hierarchy: previous, next

Comments

There are 0 comments on this post. Post yours →

Post a comment

Required fields in bold.






Markdown syntax enabled (no html). See the syntax rules for help.