Guest User

Untitled

a guest
Jun 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. pupca@vps:~/pupca$ gem install mysql --no-rdoc --no-ri
  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/pupca/.rvm/rubies/ruby-1.8.7-p302/bin/ruby extconf.rb
  7. checking for mysql_query() in -lmysqlclient... no
  8. checking for main() in -lm... yes
  9. checking for mysql_query() in -lmysqlclient... no
  10. checking for main() in -lz... no
  11. checking for mysql_query() in -lmysqlclient... no
  12. checking for main() in -lsocket... no
  13. checking for mysql_query() in -lmysqlclient... no
  14. checking for main() in -lnsl... yes
  15. checking for mysql_query() in -lmysqlclient... no
  16. checking for main() in -lmygcc... no
  17. checking for mysql_query() in -lmysqlclient... no
  18. *** extconf.rb failed ***
  19. Could not create Makefile due to some reason, probably lack of
  20. necessary libraries and/or headers. Check the mkmf.log file for more
  21. details. You may need configuration options.
  22.  
  23. Provided configuration options:
  24. --with-opt-dir
  25. --without-opt-dir
  26. --with-opt-include
  27. --without-opt-include=${opt-dir}/include
  28. --with-opt-lib
  29. --without-opt-lib=${opt-dir}/lib
  30. --with-make-prog
  31. --without-make-prog
  32. --srcdir=.
  33. --curdir
  34. --ruby=/home/pupca/.rvm/rubies/ruby-1.8.7-p302/bin/ruby
  35. --with-mysql-config
  36. --without-mysql-config
  37. --with-mysql-dir
  38. --without-mysql-dir
  39. --with-mysql-include
  40. --without-mysql-include=${mysql-dir}/include
  41. --with-mysql-lib
  42. --without-mysql-lib=${mysql-dir}/lib
  43. --with-mysqlclientlib
  44. --without-mysqlclientlib
  45. --with-mlib
  46. --without-mlib
  47. --with-mysqlclientlib
  48. --without-mysqlclientlib
  49. --with-zlib
  50. --without-zlib
  51. --with-mysqlclientlib
  52. --without-mysqlclientlib
  53. --with-socketlib
  54. --without-socketlib
  55. --with-mysqlclientlib
  56. --without-mysqlclientlib
  57. --with-nsllib
  58. --without-nsllib
  59. --with-mysqlclientlib
  60. --without-mysqlclientlib
  61. --with-mygcclib
  62. --without-mygcclib
  63. --with-mysqlclientlib
  64. --without-mysqlclientlib
  65.  
  66.  
  67. Gem files will remain installed in /home/pupca/.rvm/gems/ruby-1.8.7-p302@pupca/gems/mysql-2.8.1 for inspection.
  68. Results logged to /home/pupca/.rvm/gems/ruby-1.8.7-p302@pupca/gems/mysql-2.8.1/ext/mysql_api/gem_make.out
Add Comment
Please, Sign In to add comment