Update

Ok, one joyous fact I didn't even realize until this morning... the system I need to install on is slowlaris 2.6. Yippie.

So far, I've installed the following, in this order:

Shared library librt.so.1 is no where to be found, until you get to solaris 2.7... Is this the point where I tell the development leads to take a hike?

soup nazi says No Net::SFTP for you.


UPDATE Installed libgcc... Compress ZLIB now complains about code issues, listed below:
gcc -c -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE +-D_FILE_OFFSET_BITS=64 -O -DVERSION=\"1.02\" -DXS_VERSION=\"1.02\" +-fPIC -I/usr/local/lib/perl5/5.6.1/sun4-solaris/CORE Zlib.c Zlib.xs: In function `XS_Compress__Zlib__gzFile_gzread': Zlib.xs:554: `curcop' undeclared (first use in this function) Zlib.xs:554: (Each undeclared identifier is reported only once Zlib.xs:554: for each function it appears in.) Zlib.xs:554: `compiling' undeclared (first use in this function) Zlib.xs: In function `XS_Compress__Zlib__gzFile_gzreadline': Zlib.xs:599: `curcop' undeclared (first use in this function) Zlib.xs:599: `compiling' undeclared (first use in this function) Zlib.xs: In function `XS_Compress__Zlib__deflateStream_deflate': Zlib.xs:830: `sv_undef' undeclared (first use in this function) Zlib.xs: In function `XS_Compress__Zlib__deflateStream_flush': Zlib.xs:888: `sv_undef' undeclared (first use in this function) Zlib.xs: In function `XS_Compress__Zlib__inflateStream_inflate': Zlib.xs:973: `sv_undef' undeclared (first use in this function) make: *** [Zlib.o] Error 1

Any thoughts? In the mean time, I have successfully installed the following additional pre-req's, in this order:


In reply to Re: Help with Net::SFTP dependencies by eLore
in thread Help with Net::SFTP dependencies by eLore

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.