Hey Monks,

I've been a user of perl for many years, but always on a windows system using ActivePerl.

It is now my task to install Perl on the unix system, but with the smallest footprint possible. Basically Only installing the modules and dependancies that our application uses.

Forgive me if my unix ignorance show through, but I am at a complete loss, never doing this before.

I've been able to actually compile a full version of the latest stable version (yah for me!) using the standard method of:
sh Configure make make test make install
Now what would it take for me to create a custom install. I'm not looking for a complete solution or answer. Just to be pushed in the right direction, or maybe a link that can help me out.

Cheers!

In reply to Installing Perl without all the basic modules by SmokeyB

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.