Errors when install CSF firewall in CentOS 6

errors:

Checking Perl modules…
Can’t locate LWP/UserAgent.pm in @INC (@INC contains: /etc/csf /usr/local/lib/perl5 /usr/local/share/perl5 /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5 /usr/share/perl5 .) at (eval 22) line 2.
BEGIN failed–compilation aborted at (eval 22) line 2.

solution:

yum install perl-libwww-perl

Can’t locate Time/HiRes.pm in @INC (@INC contains: /etc/csf /usr/local/lib/perl5 /usr/local/share/perl5 /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5 /usr/share/perl5 .) at (eval 27) line 2.
BEGIN failed–compilation aborted at (eval 27) line 2.
Using configuration defaults

solution:

yum install perl-Time-HiRes
  • 3 משתמשים שמצאו מאמר זה מועיל
?האם התשובה שקיבלתם הייתה מועילה

מאמרים קשורים

Magento install error - Exception printing is disabled

Here is a known error which can occur when installing Magento: There has been an error...

Secure Joomla site

To avoid Joomla site to be hacked follow the following steps.   Disable RG_EMULATION for...

Check for kernel logger error in ConfigServer Security & Firewall

syslogd appears to be running, but not klogd which logs kernel firewall messages to syslog. You...

Speed up your site with .htaccess caching mod_expires and mod_headers

Browser cache is very important to speed up your site loading and here is how to speed up by...