[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] RRDs created, never updated
- To: hobbit (at) hswn.dk
 
- Subject: Re: [hobbit] RRDs created, never updated
 
- From: "Jeremy Cappilero" <jeremy.cappilero (at) gmail.com>
 
- Date: Wed, 5 Nov 2008 15:17:19 -0800
 
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=gmail.com; s=gamma;        h=domainkey-signature:received:received:message-id:date:from:to         :subject:in-reply-to:mime-version:content-type:references;        bh=qapuQtxIoiUsHgRVWtQN0/8RBPloKsgSIxYv98IaFvs=;        b=OXKM8t/T8SU3DhhW9GXBsUNK0fRasmWw0nw2cElxLoGPG2lOeX3w9ww5qo8pBrNhC9         U3fRh6CuzFgMbL9tpHP2Pj7FzZ10T62e3PzHM8hMYIXHS2rKHsTGTehXMrUYEKILjgn+         wdvLnp1UBZnfeQWWjcOg7Gj7KgT8Aml0G/rjw=
 
- Domainkey-signature: a=rsa-sha1; c=nofws;        d=gmail.com; s=gamma;        h=message-id:date:from:to:subject:in-reply-to:mime-version         :content-type:references;        b=TLqnBjR+3xWUYy4SF9wIIBvccOd+4cIMCN09g19vxmEyidkotdrVEDoB4SYJ2NYroV         anZ6/65b5qebr2XzVN8jFvm1qD+t/IqmILNqIUWTuag9xOY9AeU+hgMwYExWkwD1Arkz         tfzz16O98GwrfIUTGsB/YYo4Ix+PEpQ+hwsyc=
 
- References: <35a89cde0811051320p71dd4494nf25b3b022a001d86 (at) mail.gmail.com>	 <4912109D.2050701 (at) wi.rr.com>	 <35a89cde0811051348s2a52ba69l53453cf8d6912aa6 (at) mail.gmail.com>	 <491216E0.4060507 (at) wi.rr.com>	 <35a89cde0811051402gc8b1c7cg71dc604552c6bb29 (at) mail.gmail.com>	 <49121A36.2050601 (at) wi.rr.com>	 <35a89cde0811051431g5699550fy27f63bb60782c745 (at) mail.gmail.com>	 <491221F8.1000103 (at) wi.rr.com>	 <35a89cde0811051456t4f80792ah5c49234e2c1a1b51 (at) mail.gmail.com>	 <49122819.3030506 (at) wi.rr.com>
 
I am installing rrdtool from source.  So no packages to easily uninstall.
[root (at) zzz hobbit-4.2.0]# updatedb
[root (at) zzz hobbit-4.2.0]# locate rrdtool-devel
[no output]
Jeremy.
On Wed, Nov 5, 2008 at 3:11 PM, Rich Smrcina <rsmrcina (at) wi.rr.com> wrote:
> Check to see if you also have a rrdtool-devel package.
>
> Jeremy Cappilero wrote:
>
>> I have install RRDTool 1.2.28 now so I have:
>>
>> [root (at) zzz hobbit-4.2.0]# ll /usr/local/ | grep rrd
>> drwxr-xr-x  6 root root 4096 Nov  6 05:41 rrdtool-1.2.28
>> drwxr-xr-x  6 root root 4096 Nov  5 04:44 rrdtool-1.3.4
>>
>> I seem to be having trouble getting hobbit to use 1.2.28. <http://1.2.28.>
>>  At first I just removed the 1.3.4 directory, hobbit configure reported that
>> it detected and was using rrdtool 1.2, but when it ran the logs filled with
>> errors about not finding 1.3.4 files.
>>
>> I then restored 1.3.4 and tried using:
>>
>> ./configure --server --rrdinclude=/usr/local/rrdtool-1.2.28/include
>> --rrdlib=/usr/local/rrdtool-1.2.28
>>
>> However ./configure appears to ignore the extra commands and says it will
>> use 1.3.4 files:
>>
>> "Checking for RRDtool ...
>> test-rrd.c: In function âmainâ:
>> test-rrd.c:30: error: too few arguments to function ârrd_graphâ
>> make: *** [test-compile] Error 1
>> Not RRDtool 1.0.x, checking for 1.2.x
>> Found RRDtool include files in /usr/local/rrdtool-1.3.4/include
>> Found RRDtool libraries in /usr/local/rrdtool-1.3.4/lib
>> Linking RRD with PNG library: -L/usr/lib -lpng
>> "
>>
>> Can anyone advise how to properly remove RRDtool 1.3.4 or get hobbit to
>> configure using 1.2.28?
>>
>> TIA!
>>
>> Jeremy.
>>
>>
>> On Wed, Nov 5, 2008 at 2:45 PM, Rich Smrcina <rsmrcina (at) wi.rr.com <mailto:
>> rsmrcina (at) wi.rr.com>> wrote:
>>
>>    Apparently your rrdtool is quite new.  I'm running a very current
>>    snapshot and my rrd is only 1.2.12. <http://1.2.12.>
>>
>>    Jeremy Cappilero wrote:
>>
>>        Thanks, I had no idea that page existed!
>>
>>        FWIW, I am using RRDTool 1.3.4. <http://1.3.4.> <http://1.3.4.>
>>        After patching, now during hobbit ./configure I get this (which
>>        doesn't appear to present a problem at the time as it continues
>>        apparently ok):
>>
>>        Checking for RRDtool ...
>>        test-rrd.c: In function âmainâ:
>>        test-rrd.c:30: error: too few arguments to function ârrd_graphâ
>>        make: *** [test-compile] Error 1
>>        Not RRDtool 1.0.x, checking for 1.2.x
>>        Found RRDtool include files in /usr/local/rrdtool-1.3.4/include
>>        Found RRDtool libraries in /usr/local/rrdtool-1.3.4/lib
>>        Linking RRD with PNG library: -L/usr/lib -lpng
>>
>>
>>    --    Rich Smrcina
>>    VM Assist, Inc.
>>    Phone: 414-491-6001
>>    Ans Service:  360-715-2467
>>    http://www.linkedin.com/in/richsmrcina
>>
>>    Catch the WAVV!  http://www.wavv.org
>>    WAVV 2009 - Orlando, FL - May 15-19, 2009
>>
>>    To unsubscribe from the hobbit list, send an e-mail to
>>    hobbit-unsubscribe (at) hswn.dk <mailto:hobbit-unsubscribe (at) hswn.dk>
>>
>>
>>
>>
>
> --
> Rich Smrcina
> VM Assist, Inc.
> Phone: 414-491-6001
> Ans Service:  360-715-2467
> http://www.linkedin.com/in/richsmrcina
>
> Catch the WAVV!  http://www.wavv.org
> WAVV 2009 - Orlando, FL - May 15-19, 2009
>
> To unsubscribe from the hobbit list, send an e-mail to
> hobbit-unsubscribe (at) hswn.dk
>
>
>
- References:
- RRDs created, never updated
 
- Re: [hobbit] RRDs created, never updated
 
- Re: [hobbit] RRDs created, never updated
 
- Re: [hobbit] RRDs created, never updated
 
- Re: [hobbit] RRDs created, never updated
 
- Re: [hobbit] RRDs created, never updated
 
- Re: [hobbit] RRDs created, never updated
 
- Re: [hobbit] RRDs created, never updated
 
- Re: [hobbit] RRDs created, never updated
 
- Re: [hobbit] RRDs created, never updated