Respected Monks,

I am planning to build Perl off of Strawberry Perl (version 5.16.3) for the following reasons:

1) The current project that I am in has management servers that have Activestate Perl version 5.12 pre installed, but there are many Perl scripts which depend on it. I am treating it as a "System Perl" and do not want to fiddle with it. Access to the outside world is disabled from those servers. Hence I cannot also install required modules on it.

2) A script I had created in my earlier project heavily depends on Net::SSH2, MIME::Lite, Config::Tiny, Excel::Writer::XLSX and couple other modules that do not come pre installed with Strawberry Perl.

3) I want to use this opportunity to be able know how to build perl based off of Strawberry.

As of now I am referring - http://strawberryperl.com/documentation/building.html and will try to build it over this weekend , but I will be extremely thankful if someone has already done this and could provide some extra pointers/documentation.

Edit: Kindly note that I will be building off of 32 bit Perl. My laptop is running on 64 Bit Windows 7, but the servers are 32 bit Windows 2003 Servers. Any precautions that I need to take? Any gotchas that I'll have to watch out for?

|| Aeterna Est Perspectum Cognitio ||

In reply to Pointers for building Perl off of Strawberry Perl. by pmu

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.