Ticket #394 (new defect)
Opened 23 months ago
configtest.pl not properly recognizing installed version of Crypt::CBC on
| Reported by: | Ryan Delany | Owned by: | rjl |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
RPM Query output:
rpm -qa | grep CBC perl-Crypt-CBC-2.22-1.el4.rf
configtest.pl output
Crypt::CBC : 2.17 : UPGRADE RECOMMENDED (minimum version 2.22)
I'm guessing since I installed Crypt::CBC as an RPM from Dag's repo, it must not have updated some directory on my machine (so whatever configtest.pl is querying isn't updated properly)
Output from cpan:
cpan> i Crypt::CBC CPAN: Storable loaded ok Going to read /root/.cpan/Metadata
Database was generated on Fri, 05 Jan 2007 11:24:56 GMT
Strange distribution name [Crypt::CBC] CPAN: LWP::UserAgent? loaded ok Fetching with LWP:
Module id = Crypt::CBC
DESCRIPTION Cipherblock chaining for Crypt::DES/IDEA CPAN_USERID LDS (Lincoln D. Stein <lstein@…>) CPAN_VERSION 2.22 CPAN_FILE L/LD/LDS/Crypt-CBC-2.22.tar.gz UPLOAD_DATE 2006-10-29 DSLIP_STATUS MdpOp? (mature,developer,perl,object-oriented,Standard-
Perl)
MANPAGE Crypt::CBC - Encrypt Data with Cipher Block Chaining Mode INST_FILE /usr/lib/perl5/site_perl/5.8.5/Crypt/CBC.pm INST_VERSION 2.17
Not sure what sets the INST_VERSION, but it seems like that is what configtest.pl is looking for.

