install nokogiri on ubuntu在安装suspot时需要提前安装这个
Submit Answer
asked by Visitor
1 year 7 weeks ago
Post Comment
1 Answers
Answer
There is a dependency issue in building nokogiri, so you need to install the xml and xslt libraries first in order to build nokogiri
sudo apt-get install libxml2 libxml2-dev libxslt1-dev
sudo gem install nokogiri
This worked for me
查看更多关于install nokogiri on ubuntu在安装suspot时需要提前安装这个的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did42992