castaway has asked for the wisdom of the Perl Monks concerning the following question:
Just thought maybe someone has seen these errors before. We install a standard perl-bundle (precompiled) on HPUX 11.0 machines, which usually works no problems, on one of them it's doing this:
I'm assuming a HPUX lib is missing or something, any concrete ideas? (No, I cant compile perl on the machine..)# /usr/local/bin/perl -e 'use Net::FTP' Can't load '/usr/local/lib/perl5/5.00503/PA-RISC1.1/auto/Socket/Socket +.sl' for module Socket: Invalid argument at /usr/local/lib/perl5/5.00 +503/PA-RISC1.1/DynaLoader.pm line 169. at /usr/local/lib/perl5/site_perl/5.005/Net/FTP.pm line 17 BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5. +005/Net/FTP.pm line 17. BEGIN failed--compilation aborted at -e line 1.
C.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl 5.00503 - errors on HPUX 11.00
by robartes (Priest) on Mar 18, 2003 at 16:53 UTC | |
|
Re: Perl 5.00503 - errors on HPUX 11.00
by castaway (Parson) on Mar 19, 2003 at 11:53 UTC |