Guest User

Untitled

a guest
Jun 5th, 2013
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. Building native extensions. This could take a while...
  2. ERROR: Error installing mysql2:
  3. ERROR: Failed to build gem native extension.
  4.  
  5. /home/pbrunet/.rbenv/versions/1.9.3-p194/bin/ruby extconf.rb
  6. checking for rb_thread_blocking_region()... yes
  7. checking for rb_wait_for_single_fd()... yes
  8. checking for mysql.h... no
  9. checking for mysql/mysql.h... yes
  10. checking for errmsg.h... no
  11. -----
  12. errmsg.h is missing. please check your installation of mysql and try again.
  13. -----
  14. *** extconf.rb failed ***
  15. Could not create Makefile due to some reason, probably lack of
  16. necessary libraries and/or headers. Check the mkmf.log file for more
  17. details. You may need configuration options.
  18.  
  19. Provided configuration options:
  20. --with-opt-dir
  21. --without-opt-dir
  22. --with-opt-include
  23. --without-opt-include=${opt-dir}/include
  24. --with-opt-lib
  25. --without-opt-lib=${opt-dir}/lib
  26. --with-make-prog
  27. --without-make-prog
  28. --srcdir=.
  29. --curdir
  30. --ruby=/home/pbrunet/.rbenv/versions/1.9.3-p194/bin/ruby
  31. --with-mysql-config
  32. --without-mysql-config
  33.  
  34.  
  35. Gem files will remain installed in /home/pbrunet/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/mysql2-0.3.11 for inspection.
  36. Results logged to /home/pbrunet/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/mysql2-0.3.11/ext/mysql2/gem_make.out
Advertisement
Add Comment
Please, Sign In to add comment