Missing perl module warning message with CSF and DA?

beansbaxter

Verified User
Joined
Mar 17, 2004
Messages
213
Location
WA
I'm running CSF firewall with DA. It runs completely fine, but I notice this warning message:

Code:
*WARNING* URLGET set to use LWP but perl module is not installed, reverting to HTTP::Tiny

What perl module needs to be installed and will it cause any problems with DA?

If I elect to do nothing, I'm assuming there are no concerns I should have continuing to run CSF and DA?

Running CentOS 6 if it matters.

Thanks in advance.
 
You can also use HTTP::Tiny as is being used now. So if you elect to do nothing, things will keep working fine, no concerns.

If you really want to use LWP instead, install like this:
Code:
yum install perl-libwww-perl
and dependencies as far as needed.

After that, change back to LWP and restart CSF.
 
Back
Top