PROBLEM:

When trying to install the mysql gem on Ubuntu you might get the error message:

extconf.rb:10:in 'require': no such file to load -- mkmf (LoadError)


SOLUTION:
Install ruby1.8-dev
$ sudo aptitude install ruby1.8-dev

No comments :

Post a Comment