rubygems の Nokogiri のインストールで躓いた。環境は:
- Ubuntu 16.04 LTS
- Ruby 2.3.1
- Gem 2.5.1
いろいろ試した結果、次のパッケージを sudo apt install
したらインストールできた。
- ruby-dev
- libxml2
- libxml2-dev
- zlib1g-dev
これらをインストールしたうえで、Nokogiri をインストール。
takatoh@apostrophe $ sudo gem install nokogiri Building native extensions. This could take a while... Successfully installed nokogiri-1.7.0.1 Parsing documentation for nokogiri-1.7.0.1 Installing ri documentation for nokogiri-1.7.0.1 Done installing documentation for nokogiri after 8 seconds 1 gem installed