Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2015
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
  2.  
  3. /usr/bin/ruby extconf.rb --use-system-libraries --with-xml2-include=/usr/include/libxml2
  4. checking if the C compiler accepts ... yes
  5. Building nokogiri using system libraries.
  6. checking for xmlParseDoc() in libxml/parser.h... no
  7. checking for xmlParseDoc() in -lxml2... yes
  8. checking for xsltParseStylesheetDoc() in libxslt/xslt.h... no
  9. checking for xsltParseStylesheetDoc() in -lxslt... yes
  10. checking for exsltFuncRegister() in libexslt/exslt.h... no
  11. checking for exsltFuncRegister() in -lexslt... no
  12. checking for exsltFuncRegister() in -llibexslt... no
  13. -----
  14. libexslt is missing. Please locate mkmf.log to investigate how it is failing.
  15. -----
  16. *** extconf.rb failed ***
  17. Could not create Makefile due to some reason, probably lack of necessary
  18. libraries and/or headers. Check the mkmf.log file for more details. You may
  19. need configuration options.
  20.  
  21. Provided configuration options:
  22. --with-opt-dir
  23. --without-opt-dir
  24. --with-opt-include
  25. --without-opt-include=${opt-dir}/include
  26. --with-opt-lib
  27. --without-opt-lib=${opt-dir}/lib
  28. --with-make-prog
  29. --without-make-prog
  30. --srcdir=.
  31. --curdir
  32. --ruby=/usr/bin/ruby
  33. --help
  34. --clean
  35. --use-system-libraries
  36. --with-zlib-dir
  37. --without-zlib-dir
  38. --with-zlib-include
  39. --without-zlib-include=${zlib-dir}/include
  40. --with-zlib-lib
  41. --without-zlib-lib=${zlib-dir}/lib
  42. --with-xml2-dir
  43. --without-xml2-dir
  44. --with-xml2-include=${xml2-dir}/include
  45. --with-xml2-lib
  46. --without-xml2-lib=${xml2-dir}/lib
  47. --with-xslt-dir
  48. --without-xslt-dir
  49. --with-xslt-include
  50. --without-xslt-include=${xslt-dir}/include
  51. --with-xslt-lib
  52. --without-xslt-lib=${xslt-dir}/lib
  53. --with-libxslt-config
  54. --without-libxslt-config
  55. --with-pkg-config
  56. --without-pkg-config
  57. --with-exslt-dir
  58. --without-exslt-dir
  59. --with-exslt-include
  60. --without-exslt-include=${exslt-dir}/include
  61. --with-exslt-lib
  62. --without-exslt-lib=${exslt-dir}/lib
  63. --with-libexslt-config
  64. --without-libexslt-config
  65. --with-pkg-config
  66. --without-pkg-config
  67. --with-xml2lib
  68. --without-xml2lib
  69. --with-xsltlib
  70. --without-xsltlib
  71. --with-exsltlib
  72. --without-exsltlib
  73. --with-libexsltlib
  74. --without-libexsltlib
  75.  
  76.  
  77. Gem files will remain installed in /root/testi/vendor/bundle/ruby/2.0.0/gems/nokogiri-1.6.6.1 for inspection.
  78. Results logged to /root/testi/vendor/bundle/ruby/2.0.0/gems/nokogiri-1.6.6.1/ext/nokogiri/gem_make.out
  79.  
  80. An error occurred while installing nokogiri (1.6.6.1), and Bundler cannot continue.
  81. Make sure that `gem install nokogiri -v '1.6.6.1'` succeeds before bundling.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement