HellO Everybody,
Have you faced this issue with your CentOS Plain server once you install and update CSF?
*WARNING* URLGET set to use LWP but perl module is not installed, reverting to HTTP::Tiny
This is majorly an issue with the exact perl module installation which is absent on your server. You can get over the same by running the following command.
yum install perl-libwww-perl net-tools perl-LWP-Protocol-https
I have personally tried this and it is working perfect.
Have you faced this issue with your CentOS Plain server once you install and update CSF?
*WARNING* URLGET set to use LWP but perl module is not installed, reverting to HTTP::Tiny
This is majorly an issue with the exact perl module installation which is absent on your server. You can get over the same by running the following command.
yum install perl-libwww-perl net-tools perl-LWP-Protocol-https
I have personally tried this and it is working perfect.
Comment