我正在尝试使用带有ruby的启动命令提示符来使用jekyll和jekyll-s3。使用gem install jekyll-s3
时出现错误,告知libxml2丢失,我应该访问http://nokogiri.org/tutorials/installing_nokogiri.html以获取有关安装依赖项的帮助。当我访问该页面时,它只是说我需要使用gem install nokogiri
。但是,当我这样做时,我得到了类似的错误。
我发现了一个类似的问题Error installing Nokogiri 1.5.0 with rails 3.1.0 and ubuntu但是,我不能使用sudo命令,因为我正在使用Windows。我还发现了这个问题libxml2 missing when installing nokogiri's gem devkit (windows)并试图使用问题中包含的命令,我得到了问题中包含的相同错误输出。那里的评论似乎没有帮助。
我已经在下面安装nokogiri中包含了错误的整个输出。我猜我需要安装某种先决条件包/库,但我不知道如何。我该怎么做才能让这些宝石正常工作?
ruby 2.0.0p0 (2013-02-24) [x64-mingw32]
C:\Users\Ryan Lang>gem install nokogiri
Temporarily enhancing PATH to include DevKit...
Building native extensions. This could take a while...
ERROR: Error installing nokogiri:
ERROR: Failed to build gem native extension.
C:/Ruby200-x64/bin/ruby.exe extconf.rb
The system cannot find the path specified.
checking for libxml/parser.h... no
-----
libxml2 is missing. please visit http://nokogiri.org/tutorials/installing_nokog
iri.html for help with installing dependencies.
-----
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of necessary
libraries and/or headers. Check the mkmf.log file for more details. You may
need configuration options.
Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=C:/Ruby200-x64/bin/ruby
--with-zlib-dir
--without-zlib-dir
--with-zlib-include
--without-zlib-include=${zlib-dir}/include
--with-zlib-lib
--without-zlib-lib=${zlib-dir}/
--with-iconv-dir
--without-iconv-dir
--with-iconv-include
--without-iconv-include=${iconv-dir}/include
--with-iconv-lib
--without-iconv-lib=${iconv-dir}/
--with-xml2-dir
--without-xml2-dir
--with-xml2-include
--without-xml2-include=${xml2-dir}/include
--with-xml2-lib
--without-xml2-lib=${xml2-dir}/
--with-xslt-dir
--without-xslt-dir
--with-xslt-include
--without-xslt-include=${xslt-dir}/include
--with-xslt-lib
--without-xslt-lib=${xslt-dir}/
--with-libxslt-config
--without-libxslt-config
--with-pkg-config
--without-pkg-config
--with-libxml-2.0-config
--without-libxml-2.0-config
--with-pkg-config
--without-pkg-config
--with-libiconv-config
--without-libiconv-config
--with-pkg-config
--without-pkg-config
Gem files will remain installed in C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/nokog
iri-1.5.6 for inspection.
Results logged to C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/nokogiri-1.5.6/ext/nok
ogiri/gem_make.out
C:\Users\Ryan Lang>
答案 0 :(得分:9)
我不认为Windows上支持Ruby 2.0.0和x64的nokogiri。我遇到了类似的问题。
请转到:https://github.com/sparklemotion/nokogiri/issues/864并转到底部“观看”该主题的更新。