Failing to install Nokogiri gem

后端 未结 12 1172
感情败类
感情败类 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:18

    Package that did it:

    apt-get install libghc-zlib-dev
    

    Other possible candidate:

    zlib1g-dev on 12.04

    found it here

提交回复
热议问题