From: thufir Date: 2012-03-22T23:49:03+09:00 Subject: Re: gem install rmagick requires imagemagick Success! thufir@dur:~$ thufir@dur:~$ gem install rmagick --no-rdoc --no-ri Building native extensions. This could take a while... Successfully installed rmagick-2.13.1 1 gem installed thufir@dur:~$ thufir@dur:~$ thufir@dur:~$ sudo find / -type f -name "MagickWand.h" [sudo] password for thufir: /usr/include/ImageMagick/wand/MagickWand.h thufir@dur:~$ I also had to install ImageMagick itself for MagicWand.h which was holding things up. Basically, anything with "magick" I installed. Kinda forget why I wanted that gem, now, LOL. Something to do with ActiveRecord. -Thufir