<HTML><HEAD></HEAD>
<BODY>
<DIV id=idOWAReplyText10071 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>seemed to work that time.  thanks for your help. I</FONT></DIV></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Jerry Yu<BR><B>Sent:</B> Fri 1/26/2007 4:40 PM<BR><B>To:</B> hobbit@hswn.dk<BR><B>Subject:</B> Re: [hobbit] latest and greatest<BR></FONT><BR></DIV>
<DIV>did you start fresh or you run makerpm.sh again at the same place? 'configure' may have cached detection results.<BR><BR>"<FONT size=2> test-rrd.c:30: error: too few arguments to function `rrd_graph'"  line is when makerpm.sh (or make) fails to recognize you have RRD 1.2. So, it used old RRD 1.0 syntax which has less arguments passed in to rrd_graph(). Otherwise, it would have run line 28 instead, which has many more arguments. <BR><BR></FONT>I just started fresh on CentOS 4.4/i386, untar source then patch, the buildrpm.sh. All is well, at least it passed where your attempt failed. what distro u r running?<BR><BR>
<DIV><SPAN class=gmail_quote>On 1/26/07, <B class=gmail_sendername><A href="mailto:Stewart_Larsen@doh.state.fl.us" target=_blank>Stewart_Larsen@doh.state.fl.us</A></B> <<A href="mailto:Stewart_Larsen@doh.state.fl.us" target=_blank>Stewart_Larsen@doh.state.fl.us</A>> wrote:</SPAN> 
<BLOCKQUOTE class=gmail_quote style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
<DIV>
<P><FONT size=2>I have it installed now and I get the same errors.<SPAN class=q><BR><BR>$ rpm -qa | grep rrdtool<BR>rrdtool-1.2.15-1.el4.rf<BR>rrdtool-devel-1.2.15-1.el4.rf<BR></SPAN><SPAN class=q>perl-rrdtool-1.2.15-1.el4.rf<BR><BR><BR><BR></SPAN><SPAN class=q>-----Original Message-----<BR>From: Jerry Yu [<A href="mailto:jjj863@gmail.com" target=_blank>mailto:jjj863@gmail.com</A>]<BR>Sent: Fri 1/26/2007 2:00 PM<BR>To: <A href="mailto:hobbit@hswn.dk" target=_blank>hobbit@hswn.dk</A><BR></SPAN><SPAN class=q>Subject: Re: [hobbit] latest and greatest<BR><BR>I built with the included spec file succesfully (a little tweak on the spec<BR>file). You didn't see to have perl-rrdtool-1.2.15-1.el4.rf.<BR>I have Hobbit RPMs with v4.2.-0 with all-in-one patch dated 200610 applied.<BR>For CentOS 4 (RHEL 4 AS), you can find them here:<BR><A href="http://www.supportsmb.com/centos/useful-home-made-rpm/" target=_blank>http://www.supportsmb.com/centos/useful-home-made-rpm/</A><BR><BR>On 1/26/07, <A href="mailto:Stewart_Larsen@doh.state.fl.us" target=_blank>Stewart_Larsen@doh.state.fl.us</A> <<A href="mailto:Stewart_Larsen@doh.state.fl.us" target=_blank>mailto:Stewart_Larsen@doh.state.fl.us</A>><BR>wrote:<BR>><BR>>  I have them installed via RPM.<BR>><BR>> $ rpm -qa | grep rrdtool<BR>> rrdtool-1.2.15-1.el4.rf<BR>> rrdtool-devel-1.2.15-1.el4.rf<BR>><BR>><BR>> -----Original Message-----<BR></SPAN><SPAN class=q>> From: Jones, Jason (Altrincham) [<A href="mailto:JasonAS_Jones@mentor.com" target=_blank>mailto:JasonAS_Jones@mentor.com</A><<A href="mailto:JasonAS_Jones@mentor.com" target=_blank>mailto:JasonAS_Jones@mentor.com</A>><BR>> ]<BR>> Sent: Fri 1/26/2007 11:57 AM<BR>> To: <A href="mailto:hobbit@hswn.dk" target=_blank>hobbit@hswn.dk</A><BR>> Subject: RE: [hobbit] latest and greatest<BR>><BR>> You need to download rrdtools at a guess<BR>> (<A href="http://oss.oetiker.ch/rrdtool/download.en.html" target=_blank>http://oss.oetiker.ch/rrdtool/download.en.html</A>).<BR>><BR>> Jason.<BR>><BR>><BR>><BR>> ________________________________<BR>><BR>> From: <A href="mailto:Stewart_Larsen@doh.state.fl.us" target=_blank>Stewart_Larsen@doh.state.fl.us</A><BR></SPAN>> [<A href="mailto:Stewart_Larsen@doh.state.fl.us" target=_blank>mailto:Stewart_Larsen@doh.state.fl.us</A> <<A href="mailto:Stewart_Larsen@doh.state.fl.us" target=_blank>mailto:Stewart_Larsen@doh.state.fl.us</A>>]</FONT></P>
<DIV><SPAN class=e id=q_1105fcfe2268472e_7><FONT size=2><BR>> Sent: 26 January 2007 16:42<BR>> To: <A href="mailto:hobbit@hswn.dk" target=_blank>hobbit@hswn.dk</A>; <A href="mailto:hobbit@hswn.dk" target=_blank>hobbit@hswn.dk</A><BR>> Subject: RE: [hobbit] latest and greatest<BR>><BR>><BR>><BR>> So, I found the allinone patch and I downloaded the source.  I applied<BR>> the patch successfully and try to run the makerpm.sh script.<BR>><BR>> I get the following.<BR>><BR>> RPM build errors:<BR>>     File not found: /tmp/hobbit-root/usr/lib/hobbit/server/download<BR>>     File listed twice: /usr/lib/hobbit/client/bin/clientupdate<BR>>     File listed twice: /usr/lib/hobbit/client/bin/logfetch<BR>>     File listed twice: /usr/lib/hobbit/client/ext<BR>><BR>><BR>> Near the top of the build, I get this as well...<BR>><BR>> Configuration script for Hobbit<BR>><BR>> This script asks a few questions and builds a Makefile to compile Hobbit<BR>><BR>> Checking your make-utility<BR>> Checking pre-requisites for building Hobbit<BR>><BR>> Checking for fping ...<BR>><BR>><BR>> Checking for RRDtool ...<BR>> test-rrd.c: In function `main':<BR>> test-rrd.c:30: error: too few arguments to function `rrd_graph'<BR>> make: *** [test-compile] Error 1<BR>> Not RRDtool 1.0.x, checking for 1.2.x<BR>> Found RRDtool include files in /usr/include<BR>> Found RRDtool libraries in /usr/lib<BR>> Linking RRD with PNG library: -L/usr/lib -lpng<BR>><BR>><BR>> Any thoughts on what is wrong here?  I also tried without applying the<BR>> allinone and I get the same results.<BR>><BR>> Stewart<BR>><BR>><BR>> -----Original Message-----<BR>> From: <A href="mailto:Stewart_Larsen@doh.state.fl.us" target=_blank>Stewart_Larsen@doh.state.fl.us</A><BR></FONT></SPAN></DIV><FONT size=2></FONT>
<DIV><SPAN class=e id=q_1105fcfe2268472e_8><FONT size=2>> [<A href="mailto:Stewart_Larsen@doh.state.fl.us" target=_blank>mailto:Stewart_Larsen@doh.state.fl.us</A> <<A href="mailto:Stewart_Larsen@doh.state.fl.us" target=_blank>mailto:Stewart_Larsen@doh.state.fl.us</A>>]<BR>> Sent: Thu 1/25/2007 1:22 PM<BR>> To: <A href="mailto:hobbit@hswn.dk" target=_blank>hobbit@hswn.dk</A><BR>> Subject: [hobbit] latset and greatest<BR>><BR>> I know there have been a number of patches since 4.2.0.  Where would one<BR>> go to get the latest and greatest version?<BR>><BR>> Will there be a 4.2.1. release any time soon?<BR>><BR>> Stewart<BR>><BR>>   _____<BR>><BR>><BR>> Spam<BR>> <<A href="https://antispam.doh.ad.state.fl.us/canit/b.php?c=s&i=125022558&m=bcc54" target=_blank>https://antispam.doh.ad.state.fl.us/canit/b.php?c=s&i=125022558&m=bcc54</A><BR>> 1e12d40><BR>> Not spam<BR>> <<A href="https://antispam.doh.ad.state.fl.us/canit/b.php?c=n&i=125022558&m=bcc54" target=_blank>https://antispam.doh.ad.state.fl.us/canit/b.php?c=n&i=125022558&m=bcc54</A><BR>> 1e12d40><BR>> Forget previous vote<BR>> <<A href="https://antispam.doh.ad.state.fl.us/canit/b.php?c=f&i=125022558&m=bcc54" target=_blank>https://antispam.doh.ad.state.fl.us/canit/b.php?c=f&i=125022558&m=bcc54</A><BR>> 1e12d40><BR>><BR>><BR>><BR>><BR>><BR>> --<BR>> BEGIN-ANTISPAM-VOTING-LINKS<BR>> ------------------------------------------------------<BR>><BR>> Teach CanIt if this mail (ID 125161447) is spam:<BR>> Spam:<BR>> <A href="https://antispam.doh.ad.state.fl.us/canit/b.php?c=s&i=125161447&m=9f06a997cf99" target=_blank>https://antispam.doh.ad.state.fl.us/canit/b.php?c=s&i=125161447&m=9f06a997cf99</A><BR>> Not spam:<BR>> <A href="https://antispam.doh.ad.state.fl.us/canit/b.php?c=n&i=125161447&m=9f06a997cf99" target=_blank>https://antispam.doh.ad.state.fl.us/canit/b.php?c=n&i=125161447&m=9f06a997cf99</A><BR>> Forget vote:<BR>> <A href="https://antispam.doh.ad.state.fl.us/canit/b.php?c=f&i=125161447&m=9f06a997cf99" target=_blank>https://antispam.doh.ad.state.fl.us/canit/b.php?c=f&i=125161447&m=9f06a997cf99</A><BR>> ------------------------------------------------------<BR>> END-ANTISPAM-VOTING-LINKS<BR>><BR>><BR>><BR><BR><BR>--<BR>BEGIN-ANTISPAM-VOTING-LINKS<BR>------------------------------------------------------<BR><BR></FONT></SPAN></DIV><FONT size=2>Teach CanIt if this mail (ID 125183223) is spam:<BR>Spam:        <A href="https://antispam.doh.ad.state.fl.us/canit/b.php?c=s&i=125183223&m=a0838a366612" target=_blank>https://antispam.doh.ad.state.fl.us/canit/b.php?c=s&i=125183223&m=a0838a366612</A><BR>Not spam:    <A href="https://antispam.doh.ad.state.fl.us/canit/b.php?c=n&i=125183223&m=a0838a366612" target=_blank>https://antispam.doh.ad.state.fl.us/canit/b.php?c=n&i=125183223&m=a0838a366612</A><BR>Forget vote: <A href="https://antispam.doh.ad.state.fl.us/canit/b.php?c=f&i=125183223&m=a0838a366612" target=_blank>https://antispam.doh.ad.state.fl.us/canit/b.php?c=f&i=125183223&m=a0838a366612</A><BR>------------------------------------------------------<BR>END-ANTISPAM-VOTING-LINKS<BR><BR><BR></FONT>
<P></P></DIV></BLOCKQUOTE></DIV><BR>
<DIV><SPAN style="DISPLAY: inline; FONT-WEIGHT: normal; FONT-SIZE: medium; COLOR: black; FONT-STYLE: normal; BACKGROUND-COLOR: white">
<HR>
<BR><A href="https://antispam.doh.ad.state.fl.us/canit/b.php?c=s&i=125210624&m=162544ded5cb" target=_blank>Spam</A><BR><A href="https://antispam.doh.ad.state.fl.us/canit/b.php?c=n&i=125210624&m=162544ded5cb" target=_blank>Not spam</A><BR><A href="https://antispam.doh.ad.state.fl.us/canit/b.php?c=f&i=125210624&m=162544ded5cb" target=_blank>Forget previous vote</A><BR></SPAN></DIV></DIV></BODY></HTML>