Failing to install Nokogiri gem

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

    Since the OP was referencing bundle install which I happened to use as well I think it is worth pointing out the Installing Nokogiri page which eventually revealed the most elegant solution (which worked for me also on Mac OS X 10.8.5):

    bundle config build.nokogiri --use-system-libraries
    bundle install
    

    This instructs bundler to install nokogiri as in the answers of @kasperite

提交回复
热议问题