Hi,
I am using RH 7.
I am trying to install perl-ParallelUserAgent-2.43-6.i386.rpm but I am
getting
error: failed dependencies:
perl >= 5.00503 is needed by perl-ParallelUserAgent-2.43-6
If I do rpm -qa|grep perl I get:
perl-5.6.0-9
groff-perl-1.16-7
mod_perl-1.24-4
openssl-perl-0.9.5a-14
So what does this all mean and how do I deal with it? It looks to me like
it wants and old version of Perl.
Maybe there is another way to add the perl module I need. I am trying to
get it so that I can use:
use LWP::UserAgent;
use HTTP::Request;
Thanks in advance for any help.
Randy