Error installing Nokogiri 1.5.0 with rails 3.1.0 and ubuntu

前端 未结 8 1343
[愿得一人]
[愿得一人] 2020-11-29 03:38

Here is the error running bundle install vendor/gems on server:

Installing nokogiri (1.5.0) with native extensions
Gem::Installer::ExtensionBuildError: ERROR         


        
8条回答
  •  感情败类
    2020-11-29 04:06

    You need to install libxml2.

    On Mac OS, using homebrew, this will be:

    brew install libxml2
    

    See http://nokogiri.org/tutorials/installing_nokogiri.html.

提交回复
热议问题