I am trying to install the above module on an Ultra60/Solaris 8 box with Perl 5.8.6 and GCC 3.4.2

The problem is with Math::Pari which is proving a real handful to get installed.

I have the latest stable pari libs but if I try to build I get an as conflict on overflow in asm clobber list error.

If I try to build Math::Pari without prebuilding pari I get the same error on hiremainder.

It seems from Google that I am not the only one with this issue but so far can't find a solution.

Perl was build from source on this machine with gcc 3+, can't remember exactly which but likely to be gcc 3.3. I've tried using gcc 3.3 with same results so upgraded to 3.4 as that was reported to work.

On another box (1405t) I am building pari with gcc3.2 but get "multiply-defined" errors on _dso_handle, _init, _start, _fini, _lib_version.

Math::Pari builds but all tests fail on "relocation error".

O yes, I'm trying for 32bit versions of everything.

2006-02-07 Retitled by planetscape, as per Monastery guidelines
Original title: 'Installing Net::SSH::Perl'


In reply to Installing Net::SSH::Perl - problems with Math::Pari by tweetiepooh

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.