Can't install RMagick with rbenv

rbenv, rmagick

Solution

You need to install the development headers for libmagickwand like so:

apt-get install libmagickwand-dev

Problem

I'm using rbenv on my Ubuntu 10.04 server and I already installed ImageMagick, but I can't get RMagick to install successfully. I get the following error message ``` Can't install RMagick 2.13.1. Can't find MagickWand.h ``` Any ideas?

Original source