Hi friends,

Thanks so much for your support.

I eventually got it running. For the benefit of anyone with similar issues...

I am using Win8.1 x64, with Strawberry Perl 5.22.0 x64 and ImageMagick 6.9.1-9 Q16 x64.

Previously I've just used the "Install PerlMagick" checkbox during the ImageMagick install, but that did not work this time. Instead I installed ImageMagick checking only the boxes to "x Add application directory to your system path" and "x Install development headers...". Then I ran "cpan Image::Magick" to download/build/install directly from CPAN. This failed, but I could see it was just due to some tests failing, so I ran "cpan" to enter the shell and ran "notest install Image::Magick", which worked.

My earlier efforts had failed in part because I was trying hard to get ActivePerl working, and I had rebooted between tries, and so my %PATH% wasn't clean. I ultimately uninstalled everything, rebooted, then installed Strawberry & ImageMagick, rebooted, then confirmed %PATH% in the System control panel, then starting using cpan.

I also tried 'ppm' but that didn't work, and I saw online some people were suggesting a third-party repository bribes.org but I didn't want to go there.


In reply to Re: running Image::Magick with Windows Perl in 2015? by pm395080566
in thread running Image::Magick with Windows Perl in 2015? by pm395080566

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.