[Nagios-devel] Configure script problem
Posted: Wed Mar 28, 2007 6:13 am
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]
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]