Hi There,
 
Just FYI, if folks are getting HISTOGRAM declare errors, I found this in 
cfengine-2.2.6.tar.gz source distribution downloaded from 
 
http://ftp.osuosl.org/pub/cfengine/ 
 
src/cfenvd.c
 
 
#include "cf.defs.h"
#include "cf.extern.h"
#ifdef HAVE_SYS_LOADAVG_H
v# include <sys/loadavg.h>   <--- stray "v" character before #include - 
removing it makes the package build just fine
#else
# define LOADAVG_5MIN    1
#endif
Hope that helps :)
 
Thanks,
 
Mike
 
Mike Golvach
Sr. System Admin
W.W. Grainger.com
p) (847) 647-3154
e) [EMAIL PROTECTED]
_______________________________________________
Bug-cfengine mailing list
[email protected]
https://cfengine.org/mailman/listinfo/bug-cfengine

Reply via email to