You might got error with “You need to install the LWP perl module (libwww-perl) and then install csf” when you installing your CSF firewall. Below is the error message got.
[[email protected] csf]# sh install.sh Configuring for OS Checking for perl modulesfailed You need to install the LWP perl module (libwww-perl) and then install csf [[email protected] csf]#
To overcome the problem, you may yum install the required module named perl-libwww-perl.
yum install perl-libwww-perl