Whenever I try to install Crypt:Random, (ultimately to install Crypt::RSA) it freaks out and tells me this about forbidden division, has anyone any ideas about how to resolve this ? Ive tried installing it on both FreeBSD 4.9-Stable and Debian, with the same thing happening on both. - Niall
cpan> install Crypt::Random Running install for module Crypt::Random Running make for V/VI/VIPUL/Crypt-Random-1.22.tar.gz Is already unwrapped into directory /root/.cpan/build/Crypt-Random-1 +.22 Has already been processed within this session Running make test PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl +/5.6.1 -I/usr/share/perl/5.6.1 -e 'use Test::Harness qw(&runtests $ve +rbose); $verbose=0; runtests @ARGV;' t/*.t t/generator..........ok 3/18PARI: *** forbidden division t_REAL % +t_INT. at /usr/local/lib/perl/5.6.1/Math/Pari.pm line 978. t/generator..........dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 4-18 Failed 15/18 tests, 16.67% okay t/makerandom_itv.....PARI: *** forbidden division t_REAL % t_INT. +at /usr/local/lib/perl/5.6.1/Math/Pari.pm line 978. 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.......ok t/pari_misfeature....PARI: *** forbidden division t_REAL % t_INT. +at /usr/local/lib/perl/5.6.1/Math/Pari.pm line 978. t/pari_misfeature....dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/random.............ok Failed Test Stat Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------- +--------- t/generator.t 255 65280 18 30 166.67% 4-18 t/makerandom_itv.t 255 65280 5 10 200.00% 1-5 t/pari_misfeature.t 255 65280 1 2 200.00% 1 Failed 3/5 test scripts, 40.00% okay. 21/26 subtests failed, 19.23% ok +ay. make: *** [test_dynamic] Error 11 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force cpan>

In reply to Crypt::Radom Install Badness by niley

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.