I need to install a perl environment on a Windows 2008 R2 64 bit system.

My server also has a partial Perl environment provided by a software vendor that I wish to override/circumvent with my more complete perl environment.

I've downloaded Strawberry Perl and the latest Cygwin packages for windows. However I'm unsure how to install the two packages so they use and recognize each other.

I've installed Strawberry in c:\strawberry and put this in the PATH variable.

I've installed Cygwin in the c:\cygwin directory.

When I run cpan App::cpanminus from Cygwin terminal it fails because it appears to be trying to run the make command from the legacy perl environment installed by the vendor.

How do I override the vendor-installed perl environment?

How do I install Strawberry and Cygwin so they work together?

thank you in advance for your help and patience.


In reply to Perl on Windows 2008 R2 by jbev2328

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.