I have SLES 10 (GMC), with the versions of rrdtool (1.2.12-13-2) and libart (2.3.17-17.2) included with the distribution.
I've downloaded the 3.0.3-1 source. ./configure --with-gmetad is fine. make fails with: then mv -f ".deps/process_xml.Tpo" ".deps/process_xml.Po"; else rm -f ".deps/process_xml.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -O0 -I../lib -I../gmond -I../srclib/expat/lib/ -g -O2 -Wall -D_REENTRANT -o gmetad -static gmetad.o cmdline.o data_thread.o server.o process_xml.o rrd_helpers.o conf.otype_hash.o xml_hash.o cleanup.o ../lib/libganglia.la -lrrd -lm ../srclib/expat/lib/libexpat.la -ldl -lresolv -lnsl -lnsl -lpthread libtool: link: cannot find the library `/usr/lib/libart_lgpl_2.la' make[2]: *** [gmetad] Error 1 make[2]: Leaving directory `/usr/src/ganglia-3.0.3/gmetad' /usr/lib/libart_lgpl_2.so.2 and /usr/lib/libart_lgpl_2.so.2.3.17 are both present. Any suggestions how to get this to compile? What obvious thing am I missing? Thanks, --Ian

