[Nagiosplug-devel] bug in nagios 1.4.3 perl modules

Reto Schubnell reto.schubnell at tg.ch
Fri May 19 21:03:07 CEST 2006


Hi 

I compiled the nagios plugins 1.4.3 on AIX.
I found a missconfiguration in every perl based nagios-plugin.

The Libary declaration is not correct:

Compiled:

use lib "/opt/AFInagios-plugins/libexec" /libexec

Correct:
use lib "/opt/AFInagios-plugins/libexec /libexec";


Kind regards

reto






More information about the Devel mailing list