I need to install a Perl module

morfargekko

Verified User
Joined
Oct 21, 2007
Messages
189
Hi all I need to install the LWP perl module (libwww-perl) but I get errors.
Can't this be done or am I doing it wrong? :(
 
Hi didn't help!
yum install -y perl-libwww
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
base 100% |=========================| 1.1 kB 00:00
updates 100% |=========================| 951 B 00:00
addons 100% |=========================| 951 B 00:00
extras 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
Excluding Packages in global exclude list
Finished
Parsing package install arguments
Nothing to do
 
Check your /etc/yum.conf file and make sure you don't have "perl*" in exclude list.
 
Hello, sorry but that didn't work either. I had "perl*" in /etc/yum.conf so I temporary removed it and tryed to install the Perl module with no luck. Still the same result. :(
 
Thank's chatwizrd now it installed as it should but CSF has some issues so I think I will look for another firewall. CSF is a nice firewall though, I have been running it on cPanel for a long time now on my other servers so it would have been nice to have it running on a DA box aswell.
 
CSF is not designed for DA boxes so why would you have tried installing it in the first place? While the concept works the front end doesnt.
 
Hi,
I know that the CSF "front end" doesn't work in DA but who needs the front end? There is a general instalation script for CSF. :)
 
And for those who wish for a GUI... there is a webmin module in the package. I recently decided to switch to CSF after reading up, so far it's been great... yet still to soon to praise. This is running under CentOS 4.5.
 
Never mind, finished fine and have csf installed, all seems to be working.........

===========================================

tied the 1st example and csf still says need LWP, so try this example , at this point now, is normal to just say yes to question
Warning: prerequisite Compress::Zlib 1.10 not found.
Warning: prerequisite HTML::Parser 3.33 not found.
Warning: prerequisite HTML::Tagset 0 not found.
Warning: prerequisite URI 1.10 not found.
'LICENSE' is not a known MakeMaker parameter name.
Writing Makefile for LWP
---- Unsatisfied dependencies detected during [G/GA/GAAS/libwww-perl-5.832.tar.gz] -----
URI
Compress::Zlib
HTML::Tagset
HTML::Parser
Shall I follow them and prepend them to the queue
of modules we are processing right now?


Code:
type:

perl -MCPAN -e shell

type:

install LWP
 
Last edited:
For red hat based systems

Code:
yum -y install perl-libwww-perl.noarch
 
After looking around i found this:

yum install perl-libwww-perl

That worked on my Centos 5
 
Back
Top