Tagged Questions
1
vote
2answers
500 views
ImageMagick requirement for Paperclip plugin
The Ruby on Rails paperclip plugin says that I need to install ImageMagick in order to use Paperclip. I'm typically really bad at getting things installed and running, so I was wondering if anyone ...
6
votes
5answers
9k views
How to install RMagick RubyGem on Mac OS X 10.6 Snow Leopard?
I am getting this error while trying to install RMagick:
$ sudo gem install rmagick
Building native extensions. This could take a while...
ERROR: Error installing rmagick:
ERROR: Failed to ...
0
votes
1answer
2k views
Trying to install Rmagick on Debian
One of things you need to do to get Rmagick installed
apt-get install libmagick9-dev
When I try that I get the following errors
Reading package lists... Done
Building dependency tree... Done
Some ...