[Nagios-devel] Configure script problem

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

[Nagios-devel] Configure script problem

Post by Guest »

Hi

I think I've found a bug in the configure scripts as shipped in v2.8.
Setting --without-perlcache as a command line argument causes
with_perlcache=no to be defined in the configure script; however when it
gets to the part later on where it decides whether to compile in perl
support (line 6258) it merely tests for the presence of 'with_perlcache'
and not what it's set to. i.e. --without-perlcache turns on the perlcache.

Similarly for --disable-embedded-perl.

Not using these command line arguments does leave these features turned off.

Tested with nagios 2.8 under RHEL4 and Debian.

Cheers

Simon







This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked