On 09/13/2012 11:44 AM, Lorenzo Sutton wrote:
apt-get install imagemagick
On debian (so probably also on ubuntu) the package you're after is the development one:
libmagickwand-dev
actually it is "libmagick++-dev"
a good start is usually to install all packages that are used to build Gem on debian/ubuntu.
$ sudo apt-get build-dep gem
masdr IOhannes