Posted by Anonymous Wed 7th Mar 2007 06:01 - Syntax is None/text - 94 views
Download | New Post | Modify | Hide line numbers
  1. $ gem install mysql -y
  2. Select which gem to install for your platform (x86_64-linux)
  3.  1. mysql 2.7.3 (mswin32)
  4.  2. mysql 2.7.1 (mswin32)
  5.  3. mysql 2.7 (ruby)
  6.  4. mysql 2.6 (ruby)
  7.  5. Skip this gem
  8.  6. Cancel installation
  9. > 3
  10. Building native extensions.  This could take a while...
  11. ERROR:  While executing gem ... (Gem::Installer::ExtensionBuildError)
  12.     ERROR: Failed to build gem native extension.
  13.  
  14. ruby extconf.rb install mysql -y
  15. extconf.rb:1:in `require': no such file to load -- mkmf (LoadError)
  16.         from extconf.rb:1
  17.  
  18.  
  19. Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/mysql-2.7 for inspection.
  20. Results logged to /usr/lib/ruby/gems/1.8/gems/mysql-2.7/gem_make.out
  21.  

PermaLink to this entry https://pastebin.co.uk/11514
Posted by Anonymous Wed 7th Mar 2007 06:01 - Syntax is None/text - 94 views
Download | New Post | Modify | Hide line numbers

 

Comments: 0