Re: [Ganglia-general] Ganglia 3.0.0 on AIX 5.2 ml 3

2005-03-16 Thread Everett Mullis
); char * rpl_malloc(size_t n) { if (n == 0) n = 1; return malloc (n); } cd gmond; make cd ../gmetric; make Can you describe how you got gmond to compile on AIX 5.2? thanx, rob On Mar 15, 2005, at 5:17 PM, Everett Mullis wrote: I am currently looking at using Ganglia 3

[Ganglia-general] Ganglia 3.0.0 on AIX 5.2 ml 3

2005-03-15 Thread Everett Mullis
I am currently looking at using Ganglia 3 to monitor compute clusters running Solaris 9, Suse Linux 9, and AIX 5.2 ml 3 on the Power4 and 5 architecture. Everything compiled nicely on the Solaris and Linux servers. After a little work, gmond and gmetric compiled and start correctly on the AIX