Skip Menu |

This queue is for tickets about the Crypt-RSA CPAN distribution.

Report information
The Basics
Id: 2691
Status: resolved
Priority: 0/
Queue: Crypt-RSA

People
Owner: Nobody in particular
Requestors: Grieve [...] Astro.ubc.ca
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
I don't have access to a Sun box, so I can't reproduce the bug. If you have information, bug fixes, please let me know.
Can't repro after 3 years. Closing as resolved.