[Ganglia-general] Ganglia installation problem

2003-05-07 Thread Krishna Kumar
Hi, I tried to install ganglia on my AIX machine.. All my installations are under my home directory /home2/globus/XXX I installed the RRDTOOLS am having the librrd.a rrd.h files.. I'm running the whole installation as a different user (globus) not as ROOT. When I do the ./configure

Re: [Ganglia-general] Ganglia installation problem

2003-05-07 Thread matt massie
you can change where the ./configure script looks for include files and libraries (if they are in non-standard locations). this is a general autconf trick which might be helpful compiling other packages too. % CFLAGS=-I/home2/globus/XXX/include \ CPPFLAGS=-I/home2/globus/XXX/include \