ruby – Nokogiri 1.5.9 gem不能安装在Mac OS X Mavericks上?
发布时间:2020-12-17 03:31:50 所属栏目:百科 来源:网络整理
导读:昨晚我的系统更新为Maverick,现在我无法从我的gemfile安装Nokogiri.它抱怨它找不到libxml2,但是Maverick附带了libxml2.我也试过了 brew install --development libxml2 和: brew install --development libxslt 我仍然看到相同的错误消息.我已粘贴下面的错
昨晚我的系统更新为Maverick,现在我无法从我的gemfile安装Nokogiri.它抱怨它找不到libxml2,但是Maverick附带了libxml2.我也试过了
brew install --development libxml2 和: brew install --development libxslt 我仍然看到相同的错误消息.我已粘贴下面的错误消息,有人可以看看并告诉我接下来应该尝试什么吗? mapte:config-renderer mapte$ gem install nokogiri -v '1.5.9' Building native extensions. This could take a while... ERROR: Error installing nokogiri: ERROR: Failed to build gem native extension. /usr/local/var/rbenv/versions/1.9.2-p180/bin/ruby extconf.rb checking for libxml/parser.h... no ----- libxml2 is missing. please visit http://nokogiri.org/tutorials/installing_nokogiri.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=/usr/local/var/rbenv/versions/1.9.2-p180/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}/lib --with-iconv-dir --without-iconv-dir --with-iconv-include --without-iconv-include=${iconv-dir}/include --with-iconv-lib --without-iconv-lib=${iconv-dir}/lib --with-xml2-dir --without-xml2-dir --with-xml2-include --without-xml2-include=${xml2-dir}/include --with-xml2-lib --without-xml2-lib=${xml2-dir}/lib --with-xslt-dir --without-xslt-dir --with-xslt-include --without-xslt-include=${xslt-dir}/include --with-xslt-lib --without-xslt-lib=${xslt-dir}/lib --with-libxslt-config --without-libxslt-config --with-pkg-config --without-pkg-config --with-libxml-2.0-config --without-libxml-2.0-config --with-libiconv-config --without-libiconv-config Gem files will remain installed in /usr/local/var/rbenv/versions/1.9.2- p180/lib/ruby/gems/1.9.1/gems/nokogiri-1.5.9 for inspection. Results logged to /usr/local/var/rbenv/versions/1.9.2-p180/lib/ruby/gems/1.9.1/gems/nokogiri-1.5.9/ext/nokogiri/gem_make.out 解决方法
对我来说,我必须安装开发人员工具:
xcode-select --install 然后一定要打开xcode应用程序并接受许可证.我尝试从命令行执行此操作,但它不起作用. (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |