Hello forum. I'm really new to the Perl world, and right now I'm just assisting on a project where I'm utilizing the cpan2rpm utility to build RPM's of about 50+ required modules we need for a new web-server deployment.
Right now I've got at least (4) modules that are coughing up errors on the RPM build stating that "perl >=5.008" or "perl >=5.006" is required. I'm quite confused b/c if I run "perl -v" I get the following:
**************************************************
This is perl, v5.8.8 built for x86_64-linux-thread-multi
**************************************************
I don't know if its module specific, but here are a few that are failing:
Digest-MD5-2.40
CGI-3.49
DBI-1.63
doing an "rpm -qa | grep perl"
perl-5.8.8-32.el5_5.1
any help is greatly appreciated
Right now I've got at least (4) modules that are coughing up errors on the RPM build stating that "perl >=5.008" or "perl >=5.006" is required. I'm quite confused b/c if I run "perl -v" I get the following:
**************************************************
This is perl, v5.8.8 built for x86_64-linux-thread-multi
**************************************************
I don't know if its module specific, but here are a few that are failing:
Digest-MD5-2.40
CGI-3.49
DBI-1.63
doing an "rpm -qa | grep perl"
perl-5.8.8-32.el5_5.1
any help is greatly appreciated