Bug #488
Ruby Make Not Found
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.9.1 extconf.rb
creating Makefilemake
sh: 1: make: not found
- The system I was running was Debian 7, I found that I just needed to install the basic development package:
apt-get install build-essential
Related issues
Updated by Daniel Curtis about 10 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100