Advertisement
Guest User

Untitled

a guest
Dec 29th, 2011
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.31 KB | None | 0 0
  1.  gem install /SiriProxy/pkg/siriproxy-0.3.0.gem
  2. Building native extensions.  This could take a while...
  3. ERROR:  Error installing /SiriProxy/pkg/siriproxy-0.3.0.gem:
  4.         ERROR: Failed to build gem native extension.
  5.  
  6.         /usr/local/rvm/rubies/ruby-1.9.3-p0/bin/ruby extconf.rb
  7. extconf.rb:17: Use RbConfig instead of obsolete and deprecated Config.
  8. checking for socket() in -lsocket... no
  9. checking for gethostbyname() in -lnsl... yes
  10. checking for atan() in -lm... no
  11. checking for atan() in -lm... yes
  12. checking for inflate() in -lz... yes
  13. checking for iconv_open() in -liconv... no
  14. checking for libiconv_open() in -liconv... no
  15. checking for libiconv_open() in -llibiconv... no
  16. checking for iconv_open() in -llibiconv... no
  17. checking for iconv_open() in -lc... yes
  18. checking for xmlParseDoc() in -lxml2... no
  19. checking for xmlParseDoc() in -llibxml2... no
  20. checking for xmlParseDoc() in -lxml2... no
  21. *** extconf.rb failed ***
  22. Could not create Makefile due to some reason, probably lack of
  23. necessary libraries and/or headers.  Check the mkmf.log file for more
  24. details.  You may need configuration options.
  25.  
  26. Provided configuration options:
  27.         --with-opt-dir
  28.         --without-opt-dir
  29.         --with-opt-include
  30.         --without-opt-include=${opt-dir}/include
  31.         --with-opt-lib
  32.         --without-opt-lib=${opt-dir}/lib
  33.         --with-make-prog
  34.         --without-make-prog
  35.         --srcdir=.
  36.         --curdir
  37.         --ruby=/usr/local/rvm/rubies/ruby-1.9.3-p0/bin/ruby
  38.         --with-iconv-dir
  39.         --without-iconv-dir
  40.         --with-iconv-include
  41.         --without-iconv-include=${iconv-dir}/include
  42.         --with-iconv-lib
  43.         --without-iconv-lib=${iconv-dir}/lib
  44.         --with-zlib-dir
  45.         --without-zlib-dir
  46.         --with-zlib-include
  47.         --without-zlib-include=${zlib-dir}/include
  48.         --with-zlib-lib
  49.         --without-zlib-lib=${zlib-dir}/lib
  50.         --with-socketlib
  51.         --without-socketlib
  52.         --with-nsllib
  53.         --without-nsllib
  54.         --with-mlib
  55.         --without-mlib
  56.         --with-mlib
  57.         --without-mlib
  58.         --with-zlib
  59.         --without-zlib
  60.         --with-iconvlib
  61.         --without-iconvlib
  62.         --with-iconvlib
  63.         --without-iconvlib
  64.         --with-libiconvlib
  65.         --without-libiconvlib
  66.         --with-libiconvlib
  67.         --without-libiconvlib
  68.         --with-clib
  69.         --without-clib
  70.         --with-xml2-config
  71.         --without-xml2-config
  72.         --with-xml2-dir
  73.         --without-xml2-dir
  74.         --with-xml2-include
  75.         --without-xml2-include=${xml2-dir}/include
  76.         --with-xml2-lib
  77.         --without-xml2-lib=${xml2-dir}/lib
  78.         --with-xml2lib
  79.         --without-xml2lib
  80.         --with-libxml2lib
  81.         --without-libxml2lib
  82.         --with-xml2lib
  83.         --without-xml2lib
  84.  extconf failure: need libxml2.
  85.  
  86.     Install the library or try one of the following options to extconf.rb:
  87.  
  88.       --with-xml2-config=/path/to/xml2-config
  89.       --with-xml2-dir=/path/to/libxml2
  90.       --with-xml2-lib=/path/to/libxml2/lib
  91.       --with-xml2-include=/path/to/libxml2/include
  92.  
  93.  
  94.  
  95. Gem files will remain installed in /usr/local/rvm/gems/ruby-1.9.3-p0@SiriProxy/gems/libxml-ruby-2.2.2 for inspection.
  96. Results logged to /usr/local/rvm/gems/ruby-1.9.3-p0@SiriProxy/gems/libxml-ruby-2.2.2/ext/libxml/gem_make.out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement