Actions
Bug #487
closed
DC
DC
Ruby mkmf LoadError
Bug #487:
Ruby mkmf LoadError
Description
I encountered a problem while installing a required gem. The error, in short, displayed:
ERROR: Failed to build gem native extension.
/usr/bin/ruby1.8 extconf.rb
extconf.rb:36:in `require': no such file to load -- mkmf (LoadError)
from extconf.rb:36
- The system I was running was Debian 7, and after searching around on the internet I found that I just needed to install the ruby development package:
apt-get install ruby1.9.1-dev
Resources¶
DC Updated by Daniel Curtis about 11 years ago
- Copied to Bug #488: Ruby Make Not Found added
DC Updated by Daniel Curtis about 11 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
DC Updated by Daniel Curtis about 11 years ago
- Status changed from Resolved to Closed
Actions