Advertisement
Guest User

Untitled

a guest
Jan 13th, 2015
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. gem install mysql -- --with-mysql-config=/usr/bin/mysql_config
  2. Building native extensions with: '--with-mysql-config=/usr/bin/mysql_config'
  3. This could take a while...
  4. Successfully installed mysql-2.9.1
  5. Parsing documentation for mysql-2.9.1
  6. Done installing documentation for mysql after 2 seconds
  7. 1 gem installed
  8. griensu@redmine:~/redmine-2.3-svn-source$ bundle update
  9. Fetching gem metadata from https://rubygems.org/.........
  10. Resolving dependencies...
  11. Using rake 10.1.1
  12. Using i18n 0.7.0 (was 0.6.11)
  13. Using multi_json 1.10.1
  14. Using activesupport 3.2.19
  15. Using builder 3.0.0
  16. Using activemodel 3.2.19
  17. Using erubis 2.7.0
  18. Using journey 1.0.4
  19. Using rack 1.4.5
  20. Using rack-cache 1.2
  21. Using rack-test 0.6.3 (was 0.6.2)
  22. Using hike 1.2.3
  23. Using tilt 1.4.1
  24. Using sprockets 2.2.3 (was 2.2.2)
  25. Using actionpack 3.2.19
  26. Using mime-types 1.25.1
  27. Using polyglot 0.3.5
  28. Using treetop 1.4.15
  29. Using mail 2.5.4
  30. Using actionmailer 3.2.19
  31. Using arel 3.0.3
  32. Using tzinfo 0.3.42 (was 0.3.41)
  33. Using activerecord 3.2.19
  34. Using activeresource 3.2.19
  35. Using bundler 1.7.9
  36. Using mini_portile 0.6.2
  37. Using nokogiri 1.6.5
  38. Using xpath 2.0.0
  39. Using capybara 2.1.0
  40. Using ffi 1.9.6
  41. Using childprocess 0.5.5
  42. Using coderay 1.1.0
  43. Using database_cleaner 1.4.0
  44. Using rack-ssl 1.3.4
  45. Using json 1.8.2 (was 1.8.1)
  46. Using rdoc 3.12.2
  47. Using thor 0.19.1
  48. Using railties 3.2.19
  49. Using jquery-rails 2.0.3
  50. Using metaclass 0.0.4
  51. Using mocha 1.0.0
  52.  
  53. Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
  54.  
  55. /home/griensu/.rvm/rubies/ruby-2.2.0/bin/ruby -r ./siteconf20150113-4009-wfpqm4.rb extconf.rb --with-mysql-config=/usr/bin/mysql_config
  56. checking for mysql_ssl_set()... yes
  57. checking for rb_str_set_len()... yes
  58. checking for rb_thread_start_timer()... no
  59. checking for mysql.h... yes
  60. *** extconf.rb failed ***
  61. Could not create Makefile due to some reason, probably lack of necessary
  62. libraries and/or headers. Check the mkmf.log file for more details. You may
  63. need configuration options.
  64.  
  65. Provided configuration options:
  66. --with-opt-dir
  67. --without-opt-dir
  68. --with-opt-include
  69. --without-opt-include=${opt-dir}/include
  70. --with-opt-lib
  71. --without-opt-lib=${opt-dir}/lib
  72. --with-make-prog
  73. --without-make-prog
  74. --srcdir=.
  75. --curdir
  76. --ruby=/home/griensu/.rvm/rubies/ruby-2.2.0/bin/$(RUBY_BASE_NAME)
  77. --with-mysql-config
  78. extconf.rb:67:in `<main>': uninitialized constant Config (NameError)
  79.  
  80. extconf failed, exit code 1
  81.  
  82. Gem files will remain installed in /home/griensu/.rvm/gems/ruby-2.2.0/gems/mysql-2.8.1 for inspection.
  83. 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
  84. An error occurred while installing mysql (2.8.1), and Bundler cannot continue.
  85. Make sure that `gem install mysql -v '2.8.1'` succeeds before bundling.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement