Skip to content

Instantly share code, notes, and snippets.

@jcuffe
Created August 7, 2012 09:29
Show Gist options
  • Save jcuffe/3283799 to your computer and use it in GitHub Desktop.
Save jcuffe/3283799 to your computer and use it in GitHub Desktop.
Building native extensions. This could take a while...
ERROR: Error installing rails:
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:1:in `<main>'
@jcuffe
Copy link
Author

jcuffe commented Aug 7, 2012

RubyGems Environment:

  • RUBYGEMS VERSION: 1.8.11
  • RUBY VERSION: 1.9.3 (2011-10-30 patchlevel 0) [i686-linux]
  • INSTALLATION DIRECTORY: /home/jared/.rvm/gems/ruby-1.9.3-p194
  • RUBY EXECUTABLE: /usr/bin/ruby1.9.1
  • EXECUTABLE DIRECTORY: /home/jared/.rvm/gems/ruby-1.9.3-p194/bin
  • RUBYGEMS PLATFORMS:
    • ruby
    • x86-linux
  • GEM PATHS:
    • /home/jared/.rvm/gems/ruby-1.9.3-p194
    • /home/jared/.rvm/gems/ruby-1.9.3-p194@global
  • GEM CONFIGURATION:
    • :update_sources => true
    • :verbose => true
    • :benchmark => false
    • :backtrace => false
    • :bulk_threshold => 1000
    • "install" => "--no-rdoc --no-ri"
  • REMOTE SOURCES:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment