Hi All

I have compiled Perl on a Solaris and a RHEL machine. The compile is MUCH faster on the RHEL machine; however when I start installing the list of Modules I need, the RHEL machine takes significantly longer to install. It seems to get 'stuck' for a while on each module just after the message

Checking if your kit is complete... Looks good

On the Solaris machine all the same modules fly past this message. The RHEL sits there after the message for about 5 minutes before continuing :(

It has this 5 or more minute 'pause' again during each install just after a line like this

/opt/app/release/perl/linux/5.18.2-7/bin/perl /opt/app/release/perl/li +nux/5.18.2-7/lib/5.18.2/ExtUtils/xsubpp -typemap /opt/app/release/pe +rl/linux/5.18.2-7/lib/5.18.2/ExtUtils/typemap -typemap typemap Perl. +xs > Perl.xsc && mv Perl.xsc Perl.c

Any ideas why its running so frustratingly slow on these CPAN module installs when doing the same thing on another system (Solaris) is way faster? The RHEL is a much faster server.

thanks!

In reply to CPAN module install really slow by gsee

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.