What is a robust installation process for Nokogiri (on Ubuntu)?

前端 未结 5 1850
既然无缘
既然无缘 2020-12-30 13:22

I tried to install Nokogiri on my Ubuntu 12.04 system, and got an error that said \"libxslt is missing\", but the libxslt-dev and libxml2-dev

5条回答
  •  既然无缘
    2020-12-30 13:58

    I had to use gem install nokogiri -- --with-iconv-dir=/usr/lib/ruby/1.9.1/x86_64-linux

提交回复
热议问题