Subject: | rsaparams is not exported |
I download & installed Crypt-RSA-1.50 & all required modules, in particular Crypt-Primes-0.38 but a simple test ( & including many
of the ../t files) fail with
wombat(/home/grieve/perl/Crypt)->./t1
"rsaparams" is not exported by the Crypt::Primes module
Can't continue after import errors at /usr/local/lib/perl5/site_perl/5.8.0/Crypt/RSA/Key.pm line 17
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.8.0/Crypt/RSA/Key.pm line 17.
Compilation failed in require at /usr/local/lib/perl5/site_perl/5.8.0/Crypt/RSA.pm line 18.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.8.0/Crypt/RSA.pm line 18.
Compilation failed in require at ./t1 line 4.
BEGIN failed--compilation aborted at ./t1 line
Show quoted text
>...cat t1 >>>>>>>>>>>>>>>>>>>>>>>>
#!/usr/local/bin/perl
use Crypt::RSA
$rsa = new Crypt::RSA;
($public, $private) = $rsa->keygen( Size => 2048 );
print "public.......\n\n$public\n\n";
exit;
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
I backed away from Crypt-Primes-0.50 which also fails in the same
way.
Show quoted text> perl -v
This is perl, v5.8.0 built for sun4-solaris-thread-multi
SunOS Generic_108528-19 sun4u sparc SUNW,UltraAX-i2