Advertisement
Guest User

asdas

a guest
Aug 9th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. C:\Windows\system32>gem install mysql2
  2. Temporarily enhancing PATH to include DevKit...
  3. Building native extensions. This could take a while...
  4. ERROR: Error installing mysql2:
  5. ERROR: Failed to build gem native extension.
  6.  
  7. C:/wamp/ruby/bin/ruby.exe extconf.rb
  8. checking for rb_thread_blocking_region()... yes
  9. checking for rb_wait_for_single_fd()... yes
  10. checking for rb_hash_dup()... yes
  11. checking for rb_intern3()... yes
  12. *** extconf.rb failed ***
  13. Could not create Makefile due to some reason, probably lack of
  14. necessary libraries and/or headers. Check the mkmf.log file for more
  15. details. You may need configuration options.
  16.  
  17. Provided configuration options:
  18. --with-opt-dir
  19. --without-opt-dir
  20. --with-opt-include
  21. --without-opt-include=${opt-dir}/include
  22. --with-opt-lib
  23. --without-opt-lib=${opt-dir}/lib
  24. --with-make-prog
  25. --without-make-prog
  26. --srcdir=.
  27. --curdir
  28. --ruby=C:/wamp/ruby/bin/ruby
  29. --with-mysql-dir
  30. --without-mysql-dir
  31. --with-mysql-include
  32. --without-mysql-include=${mysql-dir}/include
  33. --with-mysql-lib
  34. --without-mysql-lib=${mysql-dir}/lib
  35. extconf.rb:37:in `<main>': undefined method `[]' for nil:NilClass (NoMethodError
  36. )
  37.  
  38.  
  39. Gem files will remain installed in C:/wamp/ruby/lib/ruby/gems/1.9.1/gems/mysql2-
  40. 0.3.13 for inspection.
  41. Results logged to C:/wamp/ruby/lib/ruby/gems/1.9.1/gems/mysql2-0.3.13/ext/mysql2
  42. /gem_make.out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement