...when I tried to install it from CPAN, test t/01-dh of the prerequisite Crypt-DH package hung.

yeah, when I had built Crypt::DH, I thought so too... so I aborted the test after a couple of minutes. But looking at the test source, I then figured it might just take a little longer. So, I reran the tests, and they did in fact complete. You have to be patient though :) The last group of tests (#16-18) use a somewhat larger prime (4096 bits). On my (pretty decent) machine, this took over half an hour:

~/.cpan/build/Crypt-DH-0.06 $ make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_h +arness(0, 'inc', 'blib/lib', 'blib/arch')" t/00-compile.t t/01-dh.t t/00-compile....ok + t/01-dh.........ok + All tests successful. Files=2, Tests=19, 2100 wallclock secs (2099.05 cusr + 0.70 csys = 20 +99.75 CPU) ^^^^ ~/.cpan/build/Crypt-DH-0.06 $ dmesg | grep Athlon AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ stepping 01

In reply to Re^2: SSH::W32Perl and STDOUT by almut
in thread SSH::W32Perl and STDOUT by spanko

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.