AWstats - Installation

Hi Gurus,

I was trying to install AWstats in one of my EL5 boxes and got the below error:

[root@NAVXFSRENP01 opt]# rpm -i awstats-7.0-1.noarch.rpm
error: Failed dependencies:
        perl(LWP::UserAgent) is needed by awstats-7.0-1.noarch
[root@NAVXFSRENP01 opt]# rpm -i perl-Test-Mock-LWP-0.05-1.el6.rf.noarch.rpm
warning: perl-Test-Mock-LWP-0.05-1.el6.rf.noarch.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6
error: Failed dependencies:
        perl(Test::MockObject) is needed by perl-Test-Mock-LWP-0.05-1.el6.rf.noarch
        rpmlib(FileDigests) <= 4.6.0-1 is needed by perl-Test-Mock-LWP-0.05-1.el6.rf.noarch
        rpmlib(PayloadIsXz) <= 5.2-1 is needed by perl-Test-Mock-LWP-0.05-1.el6.rf.noarch

AWstats first threw a perl(LWP::UserAgent) dependency. When i managed to download it and install, it threw another dependency error.

I don't have "yum" installed in this environment. Can anybody let me know the package which i should install which has all the dependencies.

Note -- I have perl installed already in the box.

[root@NAVXFSRENP01 opt]# perl -v

This is perl, v5.8.8 built for x86_64-linux-thread-multi

Thanks
HG

This isn't the right package. LWP::UserAgent is part of the perl-libwww-perl package.