Can't locate Mail/Sendmail.pm in @INC
Posted: Mon Feb 08, 2016 2:32 pm
I have loaded a plugin that will send an email when a condition is met (packet loss in this case).
When I try to run a test, I receive the following error:
I've done a little googling but can't seem to find a solution. Any help is appreciated!
Thanks!
RMH
When I try to run a test, I receive the following error:
Code: Select all
Can't locate Mail/Sendmail.pm in @INC (@INC contains: /usr/local/nagios/perl/lib/Getopt/ /usr/local/nagios/perl/lib/ /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at ./check_ping_L2 line 14.
BEGIN failed--compilation aborted at ./check_ping_L2 line 14.Thanks!
RMH