Hi Tru64!
Tru64 Unix 5.1a ships with a ready installed and configured
perl suite version 5.6.0. including the cpan module.
I just tried to install additional perl modules that don't
come with the OS: Unix::Syslog, Compress:Zlib and
Archive::Zip. I used the cpan facility invoked by:
perl -MCPAN -e shell
cpan> install Unix::Syslog
It ftps die module correctly from the ftp server (with ncftpget)
and tries to install it. And that fails with a "can't locate file
error". Down at the end of this mail I've put some output.
Similar problemes I've got with the two other modules:
Compress::Zlib and Archive::Zip.
Did anybody succsessfully install these perl modules with cpan
Unix::Syslog, Compress::Zlib and Archive::Zip ?
Is there a misconfigured perl suite shipping with Tru64 5.1a?
Because on our production machine running 4.0f with a perl
suite 5.005 it wasn't a problem to download and install these
modules via the cpan facility.
Any help will be appreciated.
Greetings, Frank.
--------------------------------------------
cpan> install Unix::Syslog
<snip ... snap>
These facilities are not defined on all systems:
LOG_AUTHPRIV not ok 28
LOG_FTP not ok 29
<snip ... snap>
Can't locate auto/Unix/Syslog/LOG_AUTHPRI.al in _at_INC (_at_INC contains:
blib/arch blib/lib /usr/lib/perl-5.6.0/lib/5.6.0/alpha-dec_osf
/usr/lib/perl-5.6.0/lib/5.6.0/alpha-dec_osf /usr/lib/perl-5.6.0/lib/5.6.0
/usr/lib/perl-5.6.0/lib/5.6.0/alpha-dec_osf /usr/lib/perl-5.6.0/lib/5.6.0
/usr/lib/perl-5.6.0/lib/site_perl/5.6.0/alpha-dec_osf
/usr/lib/perl-5.6.0/lib/site_perl/5.6.0 /usr/lib/perl-5.6.0/lib/site_perl
.) at test.pl line 110
*** Exit 2
Stop.
/sbin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
---------------------------------------------------------------
cpan> install Compress::Zlib
Running install for module Compress::Zlib
Running make for P/PM/PMQS/Compress-Zlib-1.16.tar.gz
Is already unwrapped into directory /.cpan/build/Compress-Zlib-1.16
Has already been processed within this session
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
-I/usr/lib/perl-5.6.0/lib/5.6.0/alpha-dec_osf
-I/usr/lib/perl-5.6.0/lib/5.6.0 -e 'use Test::Harness qw(&runtests
$verbose); $verbose=0; runtests _at_ARGV;' t/*.t
t/examples....ok
t/zlib........FAILED test 1
Failed 1/166 tests, 99.40% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/zlib.t 166 1 0.60% 1
Failed 1/2 test scripts, 50.00% okay. 1/179 subtests failed, 99.44% okay.
*** Exit 35
Stop.
/sbin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
Received on Thu Oct 10 2002 - 12:15:34 NZDT