Error installing nokogiri: Failed to build gem native extension & libiconv is missing (OSX)

前端 未结 15 1445
无人共我
无人共我 2020-12-07 18:25

I try to clone this repo and run bundle install. The bundle process failed and throw this error:

    ...
    Installing nokogiri 1.6.2.1 with na         


        
15条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-07 19:20

    Try this

    sudo apt-get install build-essential patch ruby-dev zlib1g-dev liblzma-dev
    

    And then install Nokogiri

    sudo gem install nokogiri
    

提交回复
热议问题