Advertisement
Guest User

Untitled

a guest
Jan 13th, 2015
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. gem install mysql -v 2.8.1
  2. Building native extensions. This could take a while...
  3. ERROR: Error installing mysql:
  4. ERROR: Failed to build gem native extension.
  5.  
  6. /home/griensu/.rvm/rubies/ruby-2.2.0/bin/ruby -r ./siteconf20150113-12769-mhx29u.rb extconf.rb
  7. checking for mysql_ssl_set()... yes
  8. checking for rb_str_set_len()... yes
  9. checking for rb_thread_start_timer()... no
  10. checking for mysql.h... yes
  11. *** extconf.rb failed ***
  12. Could not create Makefile due to some reason, probably lack of necessary
  13. libraries and/or headers. Check the mkmf.log file for more details. You may
  14. need configuration options.
  15.  
  16. Provided configuration options:
  17. --with-opt-dir
  18. --without-opt-dir
  19. --with-opt-include
  20. --without-opt-include=${opt-dir}/include
  21. --with-opt-lib
  22. --without-opt-lib=${opt-dir}/lib
  23. --with-make-prog
  24. --without-make-prog
  25. --srcdir=.
  26. --curdir
  27. --ruby=/home/griensu/.rvm/rubies/ruby-2.2.0/bin/$(RUBY_BASE_NAME)
  28. --with-mysql-config
  29. --without-mysql-config
  30. extconf.rb:67:in `<main>': uninitialized constant Config (NameError)
  31.  
  32. extconf failed, exit code 1
  33.  
  34. Gem files will remain installed in /home/griensu/.rvm/gems/ruby-2.2.0/gems/mysql-2.8.1 for inspection.
  35. Results logged to /home/griensu/.rvm/gems/ruby-2.2.0/extensions/x86_64-linux/2.2.0/mysql-2.8.1/gem_make.out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement