I have been able to resolve the second issue which seemed like the process was looking for a file that did not exist.
So I created a zero length file with the name fr.gmo.
Ran the make install command again with success.
I’m still having problems with the first issue which comes from running the make check command
When I run make check now. I get this
**
Can’t locate Cache.pm in @INC (@INC contains: … … /usr/lib/perl5/5.8.5/i586-linux-thread-multi /usr/lib/perl5/5.8.5 /usr/lib/perl5/site_perl/5.8.5/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.5/i586-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl .) at ./t/check_vsz.t line 4.
BEGIN failed–compilation aborted at ./t/check_vsz.t line 4.
FAIL: t/check_vsz.t
18 of 20 tests failed
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory /tmp/nagios/nagios-plugins-1.4/plugins' make[1]: *** [check-am] Error 2 make[1]: Leaving directory
/tmp/nagios/nagios-plugins-1.4/plugins’
make: *** [check-recursive] Error 1
**