Sponsored Content
Full Discussion: AWstats - Installation
Top Forums Web Development AWstats - Installation Post 302707073 by Hari_Ganesh on Friday 28th of September 2012 02:06:31 AM
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
 

3 More Discussions You Might Find Interesting

1. 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

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. 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
LWP::Protocol::https(3pm)				User Contributed Perl Documentation				 LWP::Protocol::https(3pm)

NAME
LWP::Protocol::https - Provide https support for LWP::UserAgent SYNOPSIS
use LWP::UserAgent; $ua = LWP::UserAgent->new(ssl_opts => { verify_hostname => 1 }); $res = $ua->get("https://www.example.com"); DESCRIPTION
The LWP::Protocol::https module provides support for using https schemed URLs with LWP. This module is a plug-in to the LWP protocol handling, so you don't use it directly. Once the module is installed LWP is able to access sites using HTTP over SSL/TLS. If hostname verification is requested by LWP::UserAgent's "ssl_opts", and neither "SSL_ca_file" nor "SSL_ca_path" is set, then "SSL_ca_file" is implied to be the one provided by Mozilla::CA. If the Mozilla::CA module isn't available SSL requests will fail. Either install this module, set up an alternative "SSL_ca_file" or disable hostname verification. This module used to be bundled with the libwww-perl, but it was unbundled in v6.02 in order to be able to declare its dependencies properly for the CPAN tool-chain. Applications that need https support can just declare their dependency on LWP::Protocol::https and will no longer need to know what underlying modules to install. SEE ALSO
IO::Socket::SSL, Crypt::SSLeay, Mozilla::CA COPYRIGHT
Copyright 1997-2011 Gisle Aas. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-02-20 LWP::Protocol::https(3pm)
All times are GMT -4. The time now is 11:59 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy