Has anyone run into this problem before with Crypt::Random and RedHat 9.0? I compiled in Math::Pari and the test came out fine but when I tested Crypt::Random I got garbage.
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_h +arness(0, 'blib/lib', 'blib/arch')" t/*.t t/generator..........ok t/makerandom_itv.....Unable to load module Crypt::Random::Provider::de +vurandom - at /root/.cpan/build/Crypt-Random-1.13/blib/lib/Crypt/Ran +dom.pm line 46. t/makerandom_itv.....dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-5 Failed 5/5 tests, 0.00% okay t/octet_string.......Can't call method "get_data" on an undefined valu +e at /root/.cpan/build/Crypt-Random-1.13/blib/lib/Crypt/Random.pm lin +e 91. t/octet_string.......dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/pari_misfeature....Unable to load module Crypt::Random::Provider::de +vurandom - at lib/Crypt/Random.pm line 46. t/pari_misfeature....dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/random.............Unable to load module Crypt::Random::Provider::de +vurandom - at lib/Crypt/Random.pm line 46. t/random.............dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay Failed Test Stat Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------- +--------- t/makerandom_itv.t 255 65280 5 5 100.00% 1-5 t/octet_string.t 255 65280 1 1 100.00% 1 t/pari_misfeature.t 255 65280 1 1 100.00% 1 t/random.t 255 65280 1 1 100.00% 1 Failed 4/5 test scripts, 20.00% okay. 8/26 subtests failed, 69.23% oka +y. make: *** [test_dynamic] Error 2

Anyone have an idea as to why its blowing up like this? I installed it anyways and its not working in a small key making script I made a long time ago. I still get the devurandom load error. I even checked the module to see if any syntax errors were in it and I didn't find any. I know it works for perl 5.8.0 because I had it on the last install I did and it worked fine.

BMaximus

In reply to Crypt::Random not working by BMaximus

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.