我试图用ruby启动命令提示符使用jekyll和jekyll-s3。 当使用gem install jekyll-s3我得到一个错误,告诉libxml2丢失,我应该访问http://nokogiri.org/tutorials/installing_nokogiri.html来获得安装依赖关系的帮助。 当我访问该页面时,只是说我需要使用gem install nokogiri 。 但是,当我这样做,我得到一个类似的错误。
我在这里发现了一个类似的问题在使用rails 3.1.0和ubuntu时, 安装Nokogiri 1.5.0错误但是,我不能使用sudo命令,因为我正在使用windows。 在安装nokogiri的gem devkit(windows)时,我也发现这个问题libxml2缺less,并试图使用问题中包含的命令,我得到了问题中包含相同的错误输出。 那里的评论似乎没有帮助。
我已经在下面安装nokogiri包含错误的整个输出。 我猜我需要安装一些先决条件包/库,但我不知道如何。 我该怎么做才能让这些gem正常工作?
ruby 2.0.0p0 (2013-02-24) [x64-mingw32] C:UsersRyan 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:UsersRyan Lang>
Python,Windows – 在启动信息中用wShowWindow打开Popen不影响显示
使用Java将焦点设置为Windows中的非Java应用程序
Python中的相对path问题
如何在Windows 7上编译和安装python 2.7的pysqlcipher
如何使用C#在WPF中创build2个独立的窗口
有一个完整的user32.dll包装库可用于.NET?
Python cpu使用率下降到0%,在脚本执行过程中击键后恢复
最大化窗口维护任务栏限制
是否可以在Windows中作为pipe理员运行一个相对path的快捷方式?
我不认为在Windows上支持Ruby 2.0.0和x64的nokogiri还支持。 我有类似的问题。
请转到: https : //github.com/@R_441_4502@motion/nokogiri/issues/864,并到底部“观察”线程的更新。
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。