Advertisement
Guest User

Untitled

a guest
Nov 15th, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. [root@localhost snow]# gem install ruby-xslt
  2. Building native extensions. This could take a while...
  3. ERROR: Error installing ruby-xslt:
  4. ERROR: Failed to build gem native extension.
  5.  
  6. /usr/bin/ruby extconf.rb
  7. /usr/share/ruby/mkmf.rb:1678: warning: instance variable @libdir_basename not initialized
  8. /usr/share/ruby/mkmf.rb:1678: warning: instance variable @libdir_basename not initialized
  9. checking for xmlParseDoc() in -lxml2... no
  10. checking for xsltParseStylesheetFile() in -lxslt... no
  11. checking for exsltRegisterAll() in -lexslt... no
  12. *** extconf.rb failed ***
  13. Could not create Makefile due to some reason, probably lack of necessary
  14. libraries and/or headers. Check the mkmf.log file for more details. You may
  15. need configuration options.
  16.  
  17. Provided configuration options:
  18. --with-opt-dir
  19. --without-opt-dir
  20. --with-opt-include
  21. --without-opt-include=${opt-dir}/include
  22. --with-opt-lib
  23. --without-opt-lib=${opt-dir}/lib64
  24. --with-make-prog
  25. --without-make-prog
  26. --srcdir=.
  27. --curdir
  28. --ruby=/usr/bin/ruby
  29. --enable-error-handler
  30. --disable-error-handler
  31. --with-xml2-dir
  32. --without-xml2-dir
  33. --with-xml2-include
  34. --without-xml2-include=${xml2-dir}/include
  35. --with-xml2-lib
  36. --without-xml2-lib=${xml2-dir}/
  37. --with-xslt-dir
  38. --without-xslt-dir
  39. --with-xslt-include
  40. --without-xslt-include=${xslt-dir}/include
  41. --with-xslt-lib
  42. --without-xslt-lib=${xslt-dir}/
  43. --with-xml2lib
  44. --without-xml2lib
  45. --with-xsltlib
  46. --without-xsltlib
  47. --enable-exslt
  48. --disable-exslt
  49. --with-exsltlib
  50. --without-exsltlib
  51. extconf.rb:57:in ``': No such file or directory - xml2-config (Errno::ENOENT)
  52. from extconf.rb:57:in `<main>'
  53.  
  54.  
  55. Gem files will remain installed in /usr/local/share/gems/gems/ruby-xslt-0.9.9 for inspection.
  56. Results logged to /usr/local/share/gems/gems/ruby-xslt-0.9.9/ext/xslt_lib/gem_make.out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement