Error al crear la extensión nativa de la gema al instalar RedCloth-4.2.9 instalar Linux
Quiero instalarOctopress
en mi computadora Trato de hacerlo como
Cuando corro
bundle install
Recibí un mensaje de error
An error occured while installing RedCloth (4.2.9), and Bundler cannot continue.
Make sure that `gem install RedCloth -v '4.2.9'` succeeds before bundling.
Entonces corro
sudo gem install RedCloth -v '4.2.9'
Entonces, recibí un mensaje de error otra vez:
ERROR: Error installing RedCloth:
ERROR: Failed to build gem native extension.
/usr/bin/ruby1.9.1 extconf.rb
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- mkmf (LoadError)
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from extconf.rb:1:in `<main>'
No había aprendido ningún conocimiento sobre el rubí.