Advertisement
Guest User

Untitled

a guest
Jul 30th, 2012
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. gem install nokogiriBuilding native extensions. This could take a while...
  2. ERROR: Error installing nokogiri:
  3. ERROR: Failed to build gem native extension.
  4.  
  5. /Users/ril/.rvm/rubies/ruby-1.9.3-p125/bin/ruby extconf.rb
  6. checking for libxml/parser.h... yes
  7. checking for libxslt/xslt.h... yes
  8. checking for libexslt/exslt.h... yes
  9. checking for iconv_open() in iconv.h... no
  10. checking for iconv_open() in -liconv... no
  11. checking for iconv_open() in -liconv... no
  12. checking for libiconv_open() in iconv.h... no
  13. checking for libiconv_open() in -liconv... no
  14. checking for libiconv_open() in -liconv... no
  15. -----
  16. libiconv is missing. please visit http://nokogiri.org/tutorials/installing_nokogiri.html for help with installing dependencies.
  17. -----
  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. --with-opt-include
  26. --without-opt-include=${opt-dir}/include
  27. --with-opt-lib
  28. --without-opt-lib=${opt-dir}/lib
  29. --with-make-prog
  30. --without-make-prog
  31. --srcdir=.
  32. --curdir
  33. --ruby=/Users/ril/.rvm/rubies/ruby-1.9.3-p125/bin/ruby
  34. --with-zlib-dir
  35. --without-zlib-dir
  36. --with-zlib-include
  37. --without-zlib-include=${zlib-dir}/include
  38. --with-zlib-lib
  39. --without-zlib-lib=${zlib-dir}/lib
  40. --with-iconv-dir
  41. --without-iconv-dir
  42. --with-iconv-include
  43. --without-iconv-include=${iconv-dir}/include
  44. --with-iconv-lib
  45. --without-iconv-lib=${iconv-dir}/lib
  46. --with-xml2-dir
  47. --without-xml2-dir
  48. --with-xml2-include
  49. --without-xml2-include=${xml2-dir}/include
  50. --with-xml2-lib
  51. --without-xml2-lib=${xml2-dir}/lib
  52. --with-xslt-dir
  53. --without-xslt-dir
  54. --with-xslt-include
  55. --without-xslt-include=${xslt-dir}/include
  56. --with-xslt-lib
  57. --without-xslt-lib=${xslt-dir}/lib
  58. --with-libxslt-config
  59. --without-libxslt-config
  60. --with-pkg-config
  61. --without-pkg-config
  62. --with-libxml-2.0-config
  63. --without-libxml-2.0-config
  64. --with-pkg-config
  65. --without-pkg-config
  66. --with-libiconv-config
  67. --without-libiconv-config
  68. --with-pkg-config
  69. --without-pkg-config
  70. --with-iconvlib
  71. --without-iconvlib
  72. --with-iconvlib
  73. --without-iconvlib
  74. --with-iconvlib
  75. --without-iconvlib
  76. --with-iconvlib
  77. --without-iconvlib
  78.  
  79.  
  80. Gem files will remain installed in /Users/ril/.rvm/gems/ruby-1.9.3-p125/gems/nokogiri-1.5.5 for inspection.
  81. Results logged to /Users/ril/.rvm/gems/ruby-1.9.3-p125/gems/nokogiri-1.5.5/ext/nokogiri/gem_make.out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement