LoginSignup
5
5

More than 5 years have passed since last update.

Bundle install nokogiriでハマったとき

Posted at
ENV['NOKOGIRI_USE_SYSTEM_LIBRARIES'] = '1'
gem 'nokogiri' #nokogiriに依存関係があるもの

http://tacatakatca.hatenablog.com/entry/20131020/1382270726
http://qiita.com/suu_g/items/fcf549e16c797a9d7dc0

CentOS系
$ sudo yum install -y gcc ruby-devel libxml2 libxml2-devel libxslt libxslt-devel

おまけ

capistranoで、デプロイ環境毎にGemfileを変更したい時の設定
http://qiita.com/yousing/items/20e08b10cd8c96701b89

5
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
5