ImageMagick is one of those things that is very fragile to build. You cannot build the cpan module directly, because it has to correspond to precisely the version of ImageMagick that you have installed.
My advice is to download the ImageMagick .tar.gz directly from the IM's distribution sites, then configure and install it, ensuring you say --with-perl, which will build the Perl module as well.
-- Randal L. Schwartz, Perl hacker | [reply] |
When i ran into that error, what happened was (on windows) i was missing a .dll file. Make sure you have all the .dll files in the directory itself or whatever the fil structure is supposed to be. | [reply] |