Your best bet is to just rebuild it from the sources. Assuming you have a 64 bit version of gcc make sure you do

setenv CC "gcc -m64"

Before the ./Configure; make; make install stuff

When it asks the compiler is gcc -m64 and the architecture is sun4-solaris-64.

The perl that comes with Solaris 2.8 is so out of date your life will be easier with one you have built youself anyway.

If you don't have 64bit gcc then don't try and cross compile it from a 32 bit compiler (you will waste a lot of time). Either find a mate who has the SPARCworks compiler, or better yet download the binaries (assuming you have root permission to install it).


In reply to Re: need 64 bit compiled version for Solaris by hawtin
in thread need 64 bit compiled version for Solaris by asinghvi

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.