Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
******************** Module-Build-0.4007.tar.gz
Working in: /usr/src/nagios-plugins-2.2.1/perlmods/Module-Build-0.4007
Using Build.PL
do "inc/bootstrap.pl" failed, '.' is no longer in @INC; did you mean do "./inc/bootstrap.pl"? at Build.PL line 18.
Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Module-Build' version '0.4007'
Building Module-Build
For some reason the current directory "." is missing from @INC. I'm not sure why this would be the case to be honest, but the work around should be easy enough.
extract /usr/src/nagios-plugins-2.2.1/perlmods/Module-Build-0.4007, change line 18 in the Build.PL file from:
BEGIN { do 'inc/bootstrap.pl' }
to:
BEGIN { do './inc/bootstrap.pl' }
compress and archive Module-Build-0.4007, and run the make command again.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.