2.0.0和Rails 4配置上遇到此问题.我的Arch Linux工作站上没有这个问题.
这个警告很烦人的原因是它打破了我的Vim插件(SweetVimRspec),因此杀死了我的Vim开发工作流程,因为我无法测试.
我在这里尝试了每个赞成的解决方案:
Mac user and getting WARNING: Nokogiri was built against LibXML version 2.7.8, but has dynamically loaded 2.7.3我无法摆脱它(实际上我在nokogiri本身摆脱它,但在rspec和rails控制台根本没有).
我不得不在Ubuntu 12.04上安装 Ruby 1.9.3并收到此警告.我在 https://stackoverflow.com/a/14658949/1539589 找到并尝试了答案,它对我来说很有效.
翻译自:https://stackoverflow.com/questions/17797734/warning-nokogiri-was-built-against-libxml-version-2-8-0-but-has-dynamically-lo
转载注明原文: ruby-on-rails – 警告:Nokogiri是针对LibXML版本2.8.0构建的,但已动态加载2.7.8
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Pattern Recognition and Machine Learning
Christopher Bishop / Springer / 2007-10-1 / USD 94.95
The dramatic growth in practical applications for machine learning over the last ten years has been accompanied by many important developments in the underlying algorithms and techniques. For example,......一起来看看 《Pattern Recognition and Machine Learning》 这本书的介绍吧!