Our IBM p series running AIX 5.1 came with version 5.6.0 and was working fine, installed in /usr/opt.
We wanted to use NET::ftp so we got an rpm package from IBM's site for 5.8.0 and tried to install using rpm -ivh iforgetthename.rpm.
That effort tried to install in /opt/freeware and the /opt filesystem ran out of space.
So we added more space to /opt and tried again, this time completed with no errors.
We changed four links in /usr/bin to point to /opt/freeware/ etc. instead of /usr/opt/perl5.
However perl will not run now, getting the following:
/home/twhite =>perl '-V:install.*'
Goto undefined subroutine &Exporter::heavy_export at /opt/freeware/lib/perl5/5.8
.0/Exporter.pm line 16.
BEGIN failed--compilation aborted.
/home/twhite =>
Can't find instructions on IBM's site. There is no INSTALL file to read. No README either. Haven't tried calling IBM yet.
Should I get the source from CPAN and compile instead?
Many thanks for good advise.
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.