I am attempting to install Math::Pari (with the eventual goal of installing Net::SSH::Perl), but the module keeps installing. I can provide the entire output on request, but I'm pretty confident these lines are pointing at the issue:

Running make test ... t/000_load-problem.t .. ok t/00_Pari.t ........... Can't load '~homedir/.cpan/build/Math-Pari-2.0 +1080605-miKyiV/blib/arch/auto/Math/Pari/Pari.so' for module Math::Par +i: 0509-161 There is not enough memory for the process. rtld: 0712-001 Symbol init_opts was referenced from module ~homedir/.cpan/build/Math-Pari-2.01080605-miKyiV/bli +b/arch/auto/Math/Pari/Pari.so(), but a runtime definition of the symbol was not found. rtld: 0712-001 Symbol init_defaults was referenced from module ~homedir/.cpan/build/Math-Pari-2.01080605-miKyiV/bli +b/arch/auto/Math/Pari/Pari.so(), but a runtime definition of the symbol was not found. ...

However, I have checked, and still have plenty of memory available on this system, so I don't know what it's complaining about. I've also tried installing this module from a few different systems with the same result (all systems are configured very similarly).

I've Googled this, but while I've found a ton of issues from other people failing to install Math::Pari for almost as many unique reasons, I couldn't find any hits for my specific error.


In reply to Math::Pari installation fails due to not enough memory for Pari.so loading by Only1KW

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.