Has anyone managed to install Image::Magick under ActiveState Perl. I have version 5.20.1 and the module isn't available to install using the package manager. It doesn't seem to be available for any versions after 5.16 and that isn't available for download anymore. I have tried following the instructions on the Image Magick site but I can't find the two dlls it mentions.

ImageMagick must already be installed on your system. Done

Also, the ImageMagick source distribution for Windows 2000 is required. Got this, but not quite sure where it should be unpacked to

You must also have the nmake from the Visual C++ or J++ development environment. Got this

Copy \bin\IMagick.dll and \bin\X11.dll to a directory in your dynamic load path such as c:\perl\site\5.00502. I can't find these in the folders that the Image Magick install created

Any hints or tips would be much appreciated.


In reply to Image::Magick with ActiveState by Odud

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.