Do you recall if Math::Pari had difficulties when tested and installed? Has ldconfig been run?

I get:

$ perl -MMath::Pari -e 'print $Math::Pari::VERSION,$/' 2.010201 $ # installing Crypt::Random from CPAN ... PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl +5/5.6.0/i486-linux-thread -I/usr/lib/perl5/5.6.0 -e 'use Test::Harnes +s qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/generator.........ok t/makerandom_itv....ok t/octet_string......ok t/pari_misfeature...ok t/random............ok All tests successful. ... $ $ perl -MCrypt::Random -e 'print $Crypt::Random::VERSION,$/' 1.11 $
Are you using a binary distribution of Math::Pari? You could have an ABI incompatable compiler.

After Compline,
Zaxo


In reply to Re: Crypt::Random and Math::Pari by Zaxo
in thread Crypt::Random and Math::Pari by DrZaius

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.