May 2009
1 post
nokogiri / webrat ruby gem installation problem /...
Ubuntu 9.04
sudo gem install webrat
gives error
Error installing nokogiri: ERROR: Failed to build gem native extension
to fix it you need to install 2 libs
sudo apt-get install libxml2-dev libxslt-dev
P.S. If it doesn’t help follow link below
https://merb.lighthouseapp.com/projects/7433-merb/tickets/986-webrat-is-required-for-merb-core-app-running-in-console