PDA

View Full Version : How do I install libwww-perl?


Artyom
05-17-2009, 09:42 AM
When install ConfigServer firewall, you may get an error saying that libwww-perl needs to be installed. To get that fixed, just run the following from your command line as root:

yum install -y perl-libwww-perl

Alternatively, you can use CPAN to install the perl module. To do that, just run this from your command line as root:

perl -MCPAN -e 'install Bundle::LWP'