Ludwig,

You need to specify the library location to the linker. Make sure the makefiles specify -L/opt/local/lib/ in your compile commands. This is probably in an autoconf variable like EXTRA_LIB_DIRS, or something similar.

$LD_LIBRARY_PATH is for finding dynamically loaded libraries (done by the loader), not statically compiled in ones (done by the linker). The UNIX build process is really confusing sometimes, and they dont really teach it well in school. You kind of just feel around until it makes sense, unfortunately.

Also, make sure you have the rrdtool headers in /usr/include or some other standard place. If they are in /opt somewhere, you will need to add that path to an autoconf variable such as EXTRA_INCLUDE_DIRS.

Best of luck,
Federico

On Wednesday, January 29, 2003, at 06:15 AM, Ludwig Lifka wrote:

Hallo ganglia develpers!

i cannot configure Ganglia metad with rrdtool.

I get the error :

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.a could not be found.  Please
visit http://www.rrdtool.com/, download rrdtool and then try again

librrd is already installed in /opt/local/lib/librrd.a etc.
I configure Ganglia with :

./configure --prefix=/opt/local/ganglia --with-gmetad
--with-globus=/opt/local/globus-2.2.3 --with-pbs=/usr/bin

echo $LD_LIBRARY_PATH/
/opt/local/lib/

ll /opt/local/lib
total 3940
drwxr-xr-x    9 root     root         4096 May 17  2000 ICAClient/
-rw-r--r--    1 root     root       220096 Jan 24 11:43 libe.a
lrwxrwxrwx    1 root     root           36 Sep  4 04:29 libfpvm3.a ->
/opt/local/pvm3/lib/LINUX/libfpvm3.a
-rw-r--r--    1 root     root      1062674 Jan 27 11:14 libganglia.a
-rwxr-xr-x    1 root     root          756 Jan 27 11:14 libganglia.la*
lrwxrwxrwx 1 root root 19 Jan 27 11:14 libganglia.so ->
libganglia.so.1.1.0*
lrwxrwxrwx 1 root root 19 Jan 27 11:14 libganglia.so.1 ->
libganglia.so.1.1.0*
-rwxr-xr-x 1 root root 477734 Jan 27 11:14 libganglia.so.1.1.0*
lrwxrwxrwx    1 root     root           36 Sep  4 04:29 libgpvm3.a ->
/opt/local/pvm3/lib/LINUX/libgpvm3.a
lrwxrwxrwx    1 root     root           31 Sep  4 04:29 libmpich.a ->
/opt/local/mpich/lib/libmpich.a
lrwxrwxrwx    1 root     root           35 Sep  4 04:29 libpvm3.a ->
/opt/local/pvm3/lib/LINUX/libpvm3.a
lrwxrwxrwx    1 root     root           37 Sep  4 04:29 libpvmtrc.a ->
/opt/local/pvm3/lib/LINUX/libpvmtrc.a
-rw-r--r--    1 root     root      2235460 Jan 29 14:13 librrd.a
-rwxr-xr-x    1 root     root          627 Jan 29 14:13 librrd.la*
drwxr-xr-x    3 root     root         4096 Jan 29 14:13 perl/


and got those message.

What does it mean?

Thankx

Ludwig Lifka



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Ganglia-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-developers

Federico

Rocks Cluster Group, SDSC, San Diego
GPG Fingerprint: 3C5E 47E7 BDF8 C14E ED92  92BB BA86 B2E6 0390 8845


Reply via email to