Friday, October 24, 2008

thin needs ruby1.8-dev

$ sudo gem install thin
Attempting local installation of 'thin'
Building native extensions. This could take a while...
extconf.rb:1:in `require': no such file to load -- mkmf (LoadError)
from extconf.rb:1

For some reason, mkmf.rb is part of the ruby1.8-dev package
$ sudo apt-get install ruby1.8-dev

et voilà !

No comments: