web-dev-qa-db-ja.com

Rails Nokogiri(1.5.5)をインストールするbundlerエラーが発生し、Bundlerを続行できません

Nokogiri(1.5.5)のインストール中にエラーが発生し、Bundlerを続行できません

エラーを修正して回避する方法は?

Installing nokogiri (1.5.5) with native extensions 
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.

        /usr/bin/Ruby1.8 extconf.rb 
checking for libxml/parser.h... yes
checking for libxslt/xslt.h... no
-----
libxslt is missing.  please visit http://nokogiri.org/tutorials/installing_nokogiri.html for help with installing dependencies.
2
Michael Durrant

答えは次のとおりです。

Sudo apt-get install libxslt-dev 
7
Michael Durrant