Failing to install Nokogiri gem

后端 未结 12 1214
感情败类
感情败类 2020-12-30 03:30

I\'m working on a rails app that allows for image attachments to each use account. I\'m using paperclip and amazon web services:

gem \'paperclip\'
gem \'aws-         


        
12条回答
  •  不知归路
    2020-12-30 04:16

    after upgrading to Rails 4.2.4 (which inculdes Nokogiri 1.6.6.2) on Ubuntu 14.04 (I'm using RVM) I needed to do this:

    sudo apt-get install libgmp-dev
    

    or

    sudo apt-get install libgmp3-dev
    

提交回复
热议问题