[~/]# perl -MCrypt::DSA
Math::BigInt version 1.78 required--this is only version 1.77 at /usr/lib/perl5/vendor_perl/5.8.8/Crypt/DSA/KeyChain.pm line 4. BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.8.8/Crypt/DSA/KeyChain.pm line 4. Compilation failed in require at /usr/lib/perl5/vendor_perl/5.8.8/Crypt/DSA.pm line 7. BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.8.8/Crypt/DSA.pm line 7.
Compilation failed in require.
BEGIN failed--compilation aborted.
[~/]# rpm -qf /usr/lib/perl5/vendor_perl/5.8.8/Crypt/DSA/KeyChain.pm
perl-Crypt-DSA-1.16-1.el5.rf

To make a long story short, it needs to require perl-Math-BigInt >= 1.78

To make the short story long again, it needs to go into the extras repo because perl-Math-BigInt conflicts with core perl on RHEL5, and isn't packaged properly to avoid the conflict (see the Fixing up the Perl RPMs thread).

--
Dave Miller                                   http://www.justdave.net/
System Administrator, Mozilla Corporation      http://www.mozilla.com/
Project Leader, Bugzilla Bug Tracking System  http://www.bugzilla.org/
_______________________________________________
users mailing list
[email protected]
http://lists.rpmforge.net/mailman/listinfo/users

Reply via email to