[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" \ L

Re: [Ganglia-general] Ganglia installation problem

2003-05-07 Thread Krishna Kumar
ie <[EMAIL PROTECTED]> Date: Wed, 7 May 2003 11:50:57 -0700 (PDT) To: Krishna Kumar <[EMAIL PROTECTED]> Subject: Re: [Ganglia-general] Ganglia installation problem > you can change where the ./configure script looks for include files and > libraries (if they are in non-standard lo

[Ganglia-general] Ganglia installation, problem with RRD files.

2002-11-14 Thread Ollisl
I'm installing ganglia to my webserver and I've already installed RRD, but when trying to configure ganglia, it complains about the rrd.h file. Where should I put this file, in order to ganglia-config finding it? Thanks, Olli

Re: [Ganglia-general] Ganglia installation, problem with RRD files.

2002-11-14 Thread Joe Griffin
Olli, It comes from rrdtool. Joe Ollisl wrote: I'm installing ganglia to my webserver and I've already installed RRD, but when trying to configure ganglia, it complains about the rrd.h file. Where should I put this file, in order to ganglia-config finding it? Thanks, Olli ---

Re: [Ganglia-general] Ganglia installation, problem with RRD files.

2002-11-14 Thread Matt Massie
it's expecting it to be in /usr/include. if you are are installing RRD by RPM .. some versions didn't include rrd.h. -matt On Thu, 2002-11-14 at 12:16, Ollisl wrote: > I'm installing ganglia to my webserver and I've already installed RRD, > but when trying to configure ganglia, it complains abo

Re: [Ganglia-general] Ganglia installation, problem with RRD files.

2002-11-14 Thread Ollisl
> it's expecting it to be in /usr/include. if you are are installing > RRD by RPM .. some versions didn't include rrd.h. > > -matt > > On Thu, 2002-11-14 at 12:16, Ollisl wrote: >> I'm installing ganglia to my webserver and I've already installed >> RRD, but when trying to configure ganglia, it co

Re: [Ganglia-general] Ganglia installation, problem with RRD files.

2002-11-14 Thread Matt Massie
On Thu, 2002-11-14 at 14:04, Ollisl wrote: > Yep, now it sees it there, but now it complains about librrd.a file. Where > should I put this file. RRD seemed to be installed correctly, but I guess it > didn't. /usr/lib/librrd.a is where is expects to find it. i may need to revisit this and make i