This is as far as I've gotten trying to track down the source of the error in C:\Strawberry\perl\site\lib\ExtUtils\Install.pm.

Duh ... I need to learn how to read more carefully.
For me, there is no perl\site\lib\ExtUtils\Install.pm, only perl\lib\ExtUtils\Install.pm

I think we just need to have the EU::MM that's in perl\lib found - not the one in perl\site\lib.
Try renaming perl\site\lib\ExtUtils to perl\site\lib\Extutils_hide, and then retry building and installing Image-Magick.
There's absolutely nothing in my perl-5.24.1 site/lib/folder, so hiding it's ExtUtils folder shouldn't matter for this exercise.
You'll probably want to make it visible again after you've run "dmake install"- so that it can lurk about and mysteriously screw up other stuff at a future date ;-)

Cheers,
Rob

In reply to Re^8: Errors While Installing Image::Magick by syphilis
in thread Errors While Installing Image::Magick by roho

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.