Error installing Nokogiri 1.5.0 with rails 3.1.0 and ubuntu

前端 未结 8 1387
[愿得一人]
[愿得一人] 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:04

    You are missing some packages. Try running this (Linux only):

    $ sudo apt-get install libxslt-dev libxml2-dev
    

提交回复
热议问题