AWstats - Installation


 
Thread Tools Search this Thread
Top Forums Web Development AWstats - Installation
# 1  
Old 09-28-2012
AWstats - Installation

Hi Gurus,

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

Code:
[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.

Code:
[root@NAVXFSRENP01 opt]# perl -v

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

Thanks
HG

Last edited by Hari_Ganesh; 09-28-2012 at 03:08 AM.. Reason: Added code tags
# 2  
Old 10-05-2012
This isn't the right package. LWP::UserAgent is part of the perl-libwww-perl package.
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Infrastructure Monitoring

Awstats webserver analyser

Need assistance in troubleshooting I have configured awstats 7.3 version on RedHat linux and I am stuck at getting the updates from the website . Please let me know if anybody can give me some inputs I can see the webpages but it gives "Never updated (See 'Build/Update' on awstats_setup.html... (2 Replies)
Discussion started by: ajayram_arya
2 Replies

2. BSD

Awstats stderr solution

Hello! Firts of all, sorry fo my poor english, but i hope you'll undestand me :) Ok, let's go to the problem.... I have a lot of awstats crontabs, and i have one mail,where i get daily and weekly output of all servers that i administrate, now it's problem that i get to his mail every time,... (3 Replies)
Discussion started by: flashm3
3 Replies

3. BSD

can't install AWStats

I am running FreeBSD 6.3 and trying to install AWStats. I found this site with some instructions: Installing AWStats on FreeBSD however, the pkg install doesn't work. This is the error I get: dl1-3# pkg_add install -r awstats pkg_add: can't stat package file 'install' pkg_add: can't stat... (3 Replies)
Discussion started by: jasonfrost
3 Replies
Login or Register to Ask a Question