[rrd-users] Freetype built failed

2005-12-19 Thread Jiang Zhu
When I tried to build freetype before I built rrdtool, I ran into the following error. What can I do? nm# env CPPFLAGS="-I$BUILD_DIR/lb/include" LDFLAGS="-L$BUILD_DIR/lb/lib" CFLAGS="-O3 -fPIC" \ ./configure --disable-shared --prefix=$BUILD_DIR/lb? ./configure --disable-shared --prefix=$BUI

[rrd-users] Re: Problems building rpm (1.2.11 - 1.test) on SMP system (solved)?

2005-12-19 Thread Michael Heiming
Dag Wieers wrote: > On Mon, 19 Dec 2005, Michael Heiming wrote: > >> Problems compiling (1.2.11 - 1.test) on smp system (Linux RHEL 3.0 all [..] >> Commenting "%{__make} %{?_smp_mflags}" in rrdtool.spec does allow to >> generate the rpms. OK the macro seems just relevant to building, so it >>

[rrd-users] Re: rrdtool-1.2.12 ... the christmas release

2005-12-19 Thread Dag Wieers
On Mon, 19 Dec 2005, Tobias Oetiker wrote: > Hi Dag, > > please try this patch: > > Index: tclrrd.c > === > --- tclrrd.c(revision 725) > +++ tclrrd.c(working copy) > @@ -21,6 +21,12 @@ > #include > #include > > +/* supp

[rrd-users] Re: Problems building rpm (1.2.11 - 1.test) on SMP system (solved)?

2005-12-19 Thread Dag Wieers
On Mon, 19 Dec 2005, Michael Heiming wrote: > Problems compiling (1.2.11 - 1.test) on smp system (Linux RHEL 3.0 all > patches installed), the same .spec file works without problems after > adding "%define _without_python 1" on a single CPU system (RHEL 3.0 all > patches installed) > > The prob

[rrd-users] Re: OT: Anyone measuring fridge?

2005-12-19 Thread Leif Neland
Original Message From: "Roth, Gabrielle" <[EMAIL PROTECTED]> To: "Leif Neland" <[EMAIL PROTECTED]>; Sent: Monday, December 19, 2005 5:01 PM Subject: RE: [rrd-users] OT: Anyone measuring fridge? >> I'm measuring the temperature in my refrigiator, and I wonder >> if it is working ok. > >

[rrd-users] Re: Install help on FC4, dual proc server

2005-12-19 Thread PAUL WILLIAMSON
>>> "Michael Heiming" <[EMAIL PROTECTED]> 12/19/05 10:59 AM >>> > > PAUL WILLIAMSON wrote: > > Hi all, > > > > I'm having problems installing RRDTool on a Fedora Core 4 two > > processor machine. I'm getting this error: > > > > > > > > > AFAIK you need both libart_lgpl and libart_lgpl-devel

[rrd-users] Re: OT: Anyone measuring fridge?

2005-12-19 Thread Roth, Gabrielle
> I'm measuring the temperature in my refrigiator, and I wonder > if it is working ok. That cycle sounds about right. What are you using to record the temperatures? I've been wanting to set up temp monitoring in my greenhouse. gabrielle -- Unsubscribe mailto:[EMAIL PROTECTED] Helpmail

[rrd-users] Install help on FC4, dual proc server

2005-12-19 Thread PAUL WILLIAMSON
Hi all, I'm having problems installing RRDTool on a Fedora Core 4 two processor machine. I'm getting this error: checking for art_vpath_add_point in -lart_lgpl_2... no checking for pkg-config... pkg-config configure: WARNING: --

[rrd-users] Problems building rpm (1.2.11 - 1.test) on SMP system (solved)?

2005-12-19 Thread Michael Heiming
Hi! Problems compiling (1.2.11 - 1.test) on smp system (Linux RHEL 3.0 all patches installed), the same .spec file works without problems after adding "%define _without_python 1" on a single CPU system (RHEL 3.0 all patches installed) The problem seems to be realted to "librrd.la": /bin/sh ../

[rrd-users] Re: OT: Anyone measuring fridge?

2005-12-19 Thread PAUL WILLIAMSON
>>> "Leif Neland" <[EMAIL PROTECTED]> 12/19/05 5:08 AM >>> > I'm measuring the temperature in my refrigiator, and I wonder if > it is working ok. > > > Is this long cycle normal, or should I complain? > > Leif My fridge kicks on about once an hour, so your cycle time sounds about right. --

[rrd-users] OT: Anyone measuring fridge?

2005-12-19 Thread Leif Neland
I'm measuring the temperature in my refrigiator, and I wonder if it is working ok. (I'm sorry the graphs can't be put online, but my firewall won't allow it) Anyway, the fridge is running for 15 minutes, and the temperature drops 3 degrees C. Then it is stopped for around 70 minutes and th

[rrd-users] help in using rrdtool fetch command

2005-12-19 Thread mayil
hai, what is the resolution field for rrdtool fetch command , is it same as pdp_per_row in rrd file . My rrd file contains two variable of step=60 sec , values for pdp_per_row=1,pdp_per_row=30,pdp_per_row =120 , and i want to fetch values of pdp_per_row=30 , for 1 hour , c

[rrd-users] Re: rrdtool-1.2.12 ... the christmas release

2005-12-19 Thread Tobias Oetiker
Hi Dag, please try this patch: Index: tclrrd.c === --- tclrrd.c(revision 725) +++ tclrrd.c(working copy) @@ -21,6 +21,12 @@ #include #include +/* support pre-8.4 tcl */ + +#ifndef CONST84 +# define CONST84 +#endif + e

[rrd-users] Re: rrdtool-1.2.12 ... the christmas release

2005-12-19 Thread Dag Wieers
On Sun, 18 Dec 2005, Tobias Oetiker wrote: > RRDtool 1.2.12 the Christmas Release > > > Right in time for the holiday season I am releasing a new version > of RRDtool with a bunch of new features and bug fixes. Enjoy! > > Merry Christmas and Happy New Year to