While installaing CSF firewall on a plain Linux server, you may see below error message :
========
# sh install.sh
Configuring for OS
Checking for perl modules failed
========
This error occurs because some perl modules missing on the server. You just need to install the LWP perl module (libwww-perl) and then install csf.
To fix this issue we need to install the libwww-perl module via YUM :
========
# yum install perl-libwww-perl
========
Once done, CSF firewall will be installed successfully.
========
# sh install.sh
Configuring for OS
Checking for perl modules failed
========
This error occurs because some perl modules missing on the server. You just need to install the LWP perl module (libwww-perl) and then install csf.
To fix this issue we need to install the libwww-perl module via YUM :
========
# yum install perl-libwww-perl
========
Once done, CSF firewall will be installed successfully.
