Hi Dmitry: On Fri, Aug 28, 2009 at 6:22 PM, Fly Steer<[email protected]> wrote:
> I am new to ganglia, and trying to build it from source (ganglia-3.1.1) The latest version is 3.1.2, you should run that instead of 3.1.1. > When running ./configure --disable-python --with-gmetad, I am getting this > message: > > ------------------------------ > checking rrd.h usability... no > checking rrd.h presence... no > checking for rrd.h... no > checking for rrd_create in -lrrd... no > Trying harder by including the X library path > checking for rrd_create in -lrrd... no > The Ganglia Meta Daemon uses the Round-Robin Database Tool (rrdtool) > for storing historical information. You have chosen to compile the > monitoring core with gmetad but librrd could not be found. Please > visit http://www.rrdtool.org/, download rrdtool and then try again > ------------------------------ > > However, I do have rrdtool installed here /usr/local/rrdtool-1.2.23/ > and my PATH and LD_LIBRARY path are poiting to it. >From ./configure --help: --with-librrd=DIR Specify location for librrd Try re-running configure with that option. BTW, is there a reason why you need that specific version of rrdtool? Pre-built RPM packages should be readily available from the dag or EPEL repositories. (You will need th rrdtool-devel package to be able to build Ganglia from sources). Cheers, Bernard ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Ganglia-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-general

