in reply to Image::Magick with ActiveState

Got this, but not quite sure where it should be unpacked to

Did your ImageMagick installation include the header files ? If not then this might explain the need for the source.
Keep this in mind if you get errors about unlocatable header (.h) files.

I can't find these in the folders that the Image Magick install created

I'd just make sure that the ImageMagick bin folder is in my path.

HTH ... good luck.

Cheers,
Rob

Replies are listed 'Best First'.
Re^2: Image::Magick with ActiveState
by Odud (Pilgrim) on Dec 07, 2014 at 09:49 UTC

    I did make sure sure I got all the headers and also that bin was in my path by calling convert from the command line

      Have you made any progress in getting the module built ?
      If not, what have you tried and (importantly) what are the error messages you've struck ?

      Cheers,
      Rob

        Hi Rob, yes got it working using Strawberry Perl, see my previous replies for details