Re: [Nagios-devel] Nagios ePN and perl modules

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.
Locked
Guest

Re: [Nagios-devel] Nagios ePN and perl modules

Post by Guest »

On Thu, 2 May 2002, Douglas E. Warner wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> I tracked down the problem. It was caused by the check_ntp script after I put
> in the
> use lib utils.pm;
> like you suggested. So far the only thing that has worked for me is to hard
> code the path into it. Maybe this will just get changed when a user compiles
> the nagios-plugins?
>
> - -Doug
>


As I said, "use lib utils.pm" will cause perl to generate errors. But the
compile process takes care of that...

Try running "gawk -f subst check_ntp.pl > test.pl" where subst created
from subst.in from the version from nagiosplug cvs..


-sg








This post was automatically imported from historical nagios-devel mailing list archives
Original poster: sghosh@sghosh.org
Locked