Advertisement
Guest User

Untitled

a guest
Aug 27th, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.09 KB | None | 0 0
  1. $ sudo bundle install --without development test
  2. Fetching gem metadata from http://rubygems.org/.......
  3. Using rake (0.9.2.2)
  4. Using i18n (0.6.0)
  5. Using multi_json (1.3.6)
  6. Using activesupport (3.2.6)
  7. Using builder (3.0.0)
  8. Using activemodel (3.2.6)
  9. Using erubis (2.7.0)
  10. Using journey (1.0.4)
  11. Using rack (1.4.1)
  12. Using rack-cache (1.2)
  13. Using rack-test (0.6.1)
  14. Using hike (1.2.1)
  15. Using tilt (1.3.3)
  16. Using sprockets (2.1.3)
  17. Using actionpack (3.2.6)
  18. Using mime-types (1.19)
  19. Using polyglot (0.3.3)
  20. Using treetop (1.4.10)
  21. Using mail (2.4.4)
  22. Using actionmailer (3.2.6)
  23. Using arel (3.0.2)
  24. Using tzinfo (0.3.33)
  25. Using activerecord (3.2.6)
  26. Using activeresource (3.2.6)
  27. Using bundler (1.1.5)
  28. Using coderay (1.0.7)
  29. Using fastercsv (1.5.5)
  30. Using json (1.7.5)
  31. Installing mysql (2.8.1) with native extensions
  32. Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
  33.  
  34. /usr/bin/ruby1.8 extconf.rb
  35. checking for mysql_query() in -lmysqlclient... no
  36. checking for main() in -lm... yes
  37. checking for mysql_query() in -lmysqlclient... no
  38. checking for main() in -lz... yes
  39. checking for mysql_query() in -lmysqlclient... no
  40. checking for main() in -lsocket... no
  41. checking for mysql_query() in -lmysqlclient... no
  42. checking for main() in -lnsl... yes
  43. checking for mysql_query() in -lmysqlclient... no
  44. checking for main() in -lmygcc... no
  45. checking for mysql_query() in -lmysqlclient... no
  46. *** extconf.rb failed ***
  47. Could not create Makefile due to some reason, probably lack of
  48. necessary libraries and/or headers. Check the mkmf.log file for more
  49. details. You may need configuration options.
  50.  
  51. Provided configuration options:
  52. --with-opt-dir
  53. --without-opt-dir
  54. --with-opt-include
  55. --without-opt-include=${opt-dir}/include
  56. --with-opt-lib
  57. --without-opt-lib=${opt-dir}/lib
  58. --with-make-prog
  59. --without-make-prog
  60. --srcdir=.
  61. --curdir
  62. --ruby=/usr/bin/ruby1.8
  63. --with-mysql-config
  64. --without-mysql-config
  65. --with-mysql-dir
  66. --without-mysql-dir
  67. --with-mysql-include
  68. --without-mysql-include=${mysql-dir}/include
  69. --with-mysql-lib
  70. --without-mysql-lib=${mysql-dir}/lib
  71. --with-mysqlclientlib
  72. --without-mysqlclientlib
  73. --with-mlib
  74. --without-mlib
  75. --with-mysqlclientlib
  76. --without-mysqlclientlib
  77. --with-zlib
  78. --without-zlib
  79. --with-mysqlclientlib
  80. --without-mysqlclientlib
  81. --with-socketlib
  82. --without-socketlib
  83. --with-mysqlclientlib
  84. --without-mysqlclientlib
  85. --with-nsllib
  86. --without-nsllib
  87. --with-mysqlclientlib
  88. --without-mysqlclientlib
  89. --with-mygcclib
  90. --without-mygcclib
  91. --with-mysqlclientlib
  92. --without-mysqlclientlib
  93.  
  94.  
  95. Gem files will remain installed in /var/lib/gems/1.8/gems/mysql-2.8.1 for inspection.
  96. Results logged to /var/lib/gems/1.8/gems/mysql-2.8.1/ext/mysql_api/gem_make.out
  97. An error occured while installing mysql (2.8.1), and Bundler cannot continue.
  98. Make sure that `gem install mysql -v '2.8.1'` succeeds before bundling.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement