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:
- GCC 2.95.3
- Make 3.76.1
- Perl 5.6.1
- Math::Pari-2.010201 -installed clean
- Class-Loader-2.02 -clean install
- Convert-ASN1-0.14 -clean install
- Digest-MD5-2.16 -clean install, though it complained a little about not having gdbm
- MIME-Base64-2.12 -clean install
- Compress-Zlib - needs librt.so.1... stuck
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:
- Crypt-DES-2.03
- Crypt-Blowfish-2.09
- Crypt-DES_EDE3-0.01
- Convert-PEM-0.06
- String-CRC32-1.2
- Data-Buffer-0.04
- Sort-Versions-1.2
- CBC-1.24
- Crypt-Random-1.11
- Crypt-Primes-0.49
- Digest-SHA1-2.00
- Digest-HMAC-1.01
- Math-GMP-1.07
- Crypt-DH-0.02
- Crypt-DSA-0.12
- Digest-BubbleBabble-0.01
- Tie-EncryptedHash-1.1(complained, but installed)
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.