Announcement

Collapse
No announcement yet.

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

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

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

    Following the install of CSF (ConfigServer Security & Firewall) on some servers, you may experience the following error message when executing a CSF restart:

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

    If this happens to you, don't worry, it's simply that you are missing a few Perl modules that CSF requires to run correctly. To resolve this problem, please install the following packages:
    Code:
    [INDENT][B]yum install perl-libwww-perl net-tools perl-LWP-Protocol-https -y[/B][/INDENT]
    Or, if you're running Ubuntu, Debian or another apt-based Linux distro, try the following:
    Code:
    [INDENT][B]apt-get install libwww-perl -y[/B][/INDENT]
    While you're at it, Ubuntu users might also need to install 'sendmail' and 'unzip' so check you have those too.

    Once this is done, you should be able to restart CSF without seeing the above error message. Well done! :)
Working...
X