我想我的Ubuntu 12.04系统上安装引入nokogiri,并得到一个错误,说:" libxslt is missing",但libxslt-dev和libxml2-dev安装.
有一个强大的安装过程吗?如何检查依赖库的链接?
我使用了RVM,也安装了RVM pkg.
ERROR: Error installing nokogiri:
ERROR: Failed to build gem native extension.
/home/victor/.rvm/rubies/ruby-1.9.3-p125/bin/ruby extconf.rb
checking for libxml/parser.h... yes
checking for libxslt/xslt.h... yes
checking for libexslt/exslt.h... yes
checking for iconv_open() in iconv.h... yes
checking for xmlParseDoc() in -lxml2... yes
checking for xsltParseStylesheetDoc() in -lxslt... no
-----
libxslt 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 …Run Code Online (Sandbox Code Playgroud)