I was able to install gmond from ganglia-monitor-core-2.5.6 successfully on the RS/6000 (44p-170) control workstation of my 48-node SP system. I configured with disable-shared and enable-static flags per instructions and gmond functions when started with the nohup gmond -d1 > /dev/null 2>&1 & directive. However, I am unable to install gmond on my SP nodes (4-processor PowerIII-2 "winterhawk" nodes). The configure produces several warning messages and the make fails with: /usr/include/pthread.h:556: error: parse error before '*' token .
AIX 5.2 is installed on the control work station and all nodes. I can START gmond on each node from a network mounted shared directory (also with the background directive), ps -euf | grep gmond shows a running gmond on each node, and XML data is produced, but only showing the node as "on" and with 4 processors, the remaining metrics (load, for example) are absent on the gmetad display. [EMAIL PROTECTED]

