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-
Have you tried gem install nokogiri -v 1.6.5 -- --use-system-libraries?Most nokogiri errors are to do with libxml2, libxslt or libiconv config.
gem install nokogiri -v 1.6.5 -- --use-system-libraries
Nokogiri docs should give you more instructions. If the solution doesn't work, you may want to post full stack trace so others can help more.