0

I'm running Ubuntu 13.04, and I'm trying to use this project.

I understand that I first need to install its dependencies, but when I try to install the Grape gem I'm getting this error

ERROR:  Error installing grape:
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:13:in `<main>'

I pretty new to Ruby at all, so I'll appreciate any help

Thanks

orelzion
  • 2,452
  • 4
  • 30
  • 46

1 Answers1

0

A devel is missing, please install it, ans it will work right away:

sudo apt-get install ruby1.9.1-dev
sidney
  • 2,704
  • 3
  • 28
  • 44