problems installing an rpm

[root@ localhost]# rpm -i mod_perl-common-1.3.23_1.26-5mdk.rpm
error: failed dependencies:
perl = 5.601 is needed by mod_perl-common-1.3.23_1.26-5mdk
perl-base >= 5.601 is needed by perl = 5.601 is needed by mod_perl-common-1.3.23_1.26-5mdk
[root@localhost /root]#
I discovered that I have Perl 5.6.0 and it needs 5.6.1
Is there any way to force it to install under 5.6.0?

 

 

 

 

Top