> I'm trying to build gmetad with the RRD stuff in a non-standard
> location.
>
> I know this point was raised in Oct 02 and the answer was 'put rrd in a
> standard location'. However I can't do this as I'm using a shared
> cluster and everything has to run in my userspace.
>
> So what I'd like to know is how I can make configure see the rrd library
> files.
Have you set CFLAGS and CPPFLAGS (-I/path/to/headers), LDFLAGS
(-L/path/to/libs and perhaps -R/path/to/libs), and
LD_LIBRARY_PATH/LD_RUN_PATH ("/path/to/libs:" if you want to use it before
the system libs)? That should be all you need past editing conf.php if you
use the web frontend, and perhaps changing your $PATH.
I could be wrong, but if you're just trying to compile something with
non-standard header and library locations, that's usually all that's needed.
--
Ken MacInnis - System Research Programmer II - MGrid
130 CCAB, 1071 Beal Ave, Ann Arbor, MI 48109
kmacinni at umich dot edu - +1 734 647 8307 (w) - +1 734 936 4919 (f)