[rrd-users] Re: Compiling Problems

Eric Bonner EBonner at adhq.com
Fri Sep 7 16:47:34 MEST 2001


put /usr/ccs/bin in your PATH, after the locations for the gnu utilities. ie
PATH=$PATH:/usr/ccs/bin;export PATH

-----Original Message-----
From: Rodrigo Benzaquen [mailto:rodrigo at mercadolibre.com]
Sent: Friday, September 07, 2001 10:37 AM
To: rrd-users at list.ee.ethz.ch
Subject: [rrd-users] Compiling Problems



HI , sorry to bud you but I really don't know who can help me.

I have Solaris 8
I downloaded Perl5.6.1, GNU make and GNU GCC
And rrdtool-1.0.33.
I run sh configure without errors but when I run make I have this error:
capri:/export/home/root/rdtool/rrdtool-1.0.33#> make
Making all in cgilib-0.4
make[1]: Entering directory
`/export/home/root/rdtool/rrdtool-1.0.33/cgilib-0.4'
/bin/sh ../libtool --mode=link
gcc  -g -O2 -Wall -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-
prototypes -Wmissing-declarations -Wnested-externs -Winline  -fPIC  -o
librrd_cgi.la   cgi.lo  -lm
rm -fr .libs/librrd_cgi.la .libs/librrd_cgi.* .libs/librrd_cgi.*
ar cru .libs/librrd_cgi.a  cgi.o
../libtool: ar: not found
make[1]: *** [librrd_cgi.la] Error 1
make[1]: Leaving directory
`/export/home/root/rdtool/rrdtool-1.0.33/cgilib-0.4'
make: *** [all-recursive] Error 1

I reaaly don't know how can I pass this error. If you can help me will be
excelent for me.

Thanks in advance
Rodrigo

-----Original Message-----
From: rrd-users-bounce at list.ee.ethz.ch
[mailto:rrd-users-bounce at list.ee.ethz.ch]On Behalf Of Dan Winslow
Sent: Viernes, 07 de Septiembre de 2001 11:43 a.m.
To: rrd-users at list.ee.ethz.ch
Subject: [rrd-users] RRA selection



Hi folks. Kind of a newbie question here.

Given a definition like :

rrdtool create test.rrd -s 900
DS:inutil:GAUGE:1800:0:200
DS:oututil:GAUGE:1800:0:200
RRA:AVERAGE:0.5:1:35040
RRA:AVERAGE:0.5:96:365

I understand that this will set up two datasets named inutil and oututil,
and that they will record a PDP every 900 seconds. It will also set up two
RRA's for each DS, one that samples 1 value and averages it, and one that
samples 96 values ( a day's worth ) and averages them.

My question is that I don't understand how to control the graphing of a
particular RRA. I want to plot the two RRA's on seperate graphs. The graph
tool syntax allows me to specify a DS name, but not an RRA name, and as a
matter of fact, the RRA's don't have 'names' as such, just a consolidation
function. That is, I don't know how to specify to the graphing tool which
one of the two RRA's I want to graph.

If I do a graph call like:

graph test.rrd
DEF:inoctets=test.rrd:inutil:AVERAGE
DEF:outoctets=test.rrd:oututil:AVERAGE
LINE3:inoctets#00FF00:"In traffic"
LINE3:outoctets#0000FF:"Out traffic"

Which RRA is being plotted by the above statement? Both?

Any clues would be appreciated.

Thanks in advance,
Dan Winslow


--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help        mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi



--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help        mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help        mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi



More information about the rrd-users mailing list