Subject: | getting error |
Hi,
I'm trying to get Crypt-DSA-0.13 working as part of the SSH-1.28 module on my AIX 5.1 system. I'm running perl 5.8.7 and have the C for AIX C compiler, and get a weird message. When itgets to the t/02-sign test, first it takes about 15 minutes before I get any output, and then I get the "Use of initialized value" error until I kill the process. See below. Should I try going back to 0.12?
Joe DeBattista
joed@itsa.ucsf.edu
# make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00-compile.t t/01-util.t t/02-sign.t t/03-keygen.t t/04-pem.t t/06-fips.t t/07-openid.t
t/00-compile....ok
t/01-util.......ok
t/02-sign.......
Use of uninitialized value in numeric eq (==) at /home/root/.cpan/build/Crypt-DSA-0.13/blib/lib/Crypt/DSA/KeyChain.pm line 128.
Use of uninitialized value in numeric eq (==) at /home/root/.cpan/build/Crypt-DSA-0.13/blib/lib/Crypt/DSA/KeyChain.pm line 128.
Use of uninitialized value in numeric eq (==) at /home/root/.cpan/build/Crypt-DSA-0.13/blib/lib/Crypt/DSA/KeyChain.pm line 128.
...