Re: [Nagios-users] alloca.h does not exist in FreeBSD.

2006-11-03 Thread julien
same things on OpenBSD 4.0 for 1.4.5 config.log: configure:35754: checking for working alloca.h configure:35775: gcc -o conftest -g -O2 -L. conftest.c 5 conftest.c:125:20: alloca.h: No such file or directory configure:35781: $? = 1 compile: if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../intl

Re: [Nagios-users] alloca.h does not exist in FreeBSD.

2006-11-03 Thread Andy Shellam (Mailing Lists)
Hi Ton, How can we find out the coreutils version? Basically I'm using FreeBSD 6.1-RELEASE, and have experienced this issue with the plugins. My m4 version is 1.4.7. I don't know which version of coreutils 6.1 runs against though? As soon as FreeBSD 6.2 is released (couple weeks) I'll be

Re: [Nagios-users] alloca.h does not exist in FreeBSD.

2006-11-03 Thread Ton Voon
Andy,Can you goto http://ftp.gnu.org/pub/gnu/coreutils/ and download 5.96 and try and compile on your platform. As the plugins are currently syncd with this version, if coreutils compiles, it means I've made a mistake somewhere in copying their files over.If their code fails to compile, it is a

Re: [Nagios-users] alloca.h does not exist in FreeBSD.

2006-11-03 Thread julien
Ton Voon wrote on 03/11/2006 15:26: I replied to Jason earlier, but forgot to copy the list. I'd like to know if anyone else on a recent *BSD is having these problems with coreutils 5.96. sorry, but for me, coreutils is GNU's stuff/tools which are not in BSD base distrib (nor in ports, at

Re: [Nagios-users] alloca.h does not exist in FreeBSD.

2006-11-03 Thread Andy Shellam (Mailing Lists)
Hello Ton, I'm hoping this news will be the better of 2 evils!! Coreutils 5.96 compiles, installs and uninstalls successfully on FreeBSD 6.1. (I did remember to remove my botched alloca.h file ;-) ) I've just tried the Nagios Plugins 1.4.5 and ===

Re: [Nagios-users] alloca.h does not exist in FreeBSD.

2006-11-03 Thread Ton Voon
Andy,Yup, that was easier than having to upgrade to a newer coreutils!Turns out I was missing the alloca_.h and alloca.c files from coreutils-5.96. I've just committed it into CVS. Still compiles on my MacOSX box. Please try the snapshot when it is next created.If you want to make sure the plugins