Hi,<br><br>I&#39;m using rrd to make simple graphics (no perl, no ruby, no python, just like the first example in the Alex van den Bogaerdt&#39;s tutorial) successfuly in PowerPC/Linux, but now I&#39;m facing troubles to reduce the total size of (libpng+lifreetype+libart+librrd). 
<br><br>I tried:<br>-strip-unneeded;<br>-static/dynamic libs use;<br>-disable of python, ruby, perl;<br><br>I have a 769 kb executable file... can I do something else?<br><br>Thanks.<br><br>Eduardo Witter<br><br><div><span class="gmail_quote">
2007/2/16, <a href="mailto:rrd-users-request@lists.oetiker.ch">rrd-users-request@lists.oetiker.ch</a> &lt;<a href="mailto:rrd-users-request@lists.oetiker.ch">rrd-users-request@lists.oetiker.ch</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Send rrd-users mailing list submissions to<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:rrd-users@lists.oetiker.ch">rrd-users@lists.oetiker.ch</a><br><br>To subscribe or unsubscribe via the World Wide Web, visit<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users">
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users</a><br>or, via email, send a message with subject or body &#39;help&#39; to<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:rrd-users-request@lists.oetiker.ch">rrd-users-request@lists.oetiker.ch
</a><br><br>You can reach the person managing the list at<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:rrd-users-owner@lists.oetiker.ch">rrd-users-owner@lists.oetiker.ch</a><br><br>When replying, please edit your Subject line so it is more specific
<br>than &quot;Re: Contents of rrd-users digest...&quot;<br><br><br>Today&#39;s Topics:<br><br>&nbsp;&nbsp; 1. Re: setting last_update (Alex van den Bogaerdt)<br>&nbsp;&nbsp; 2. Re: setting last_update (Dan Langille)<br>&nbsp;&nbsp; 3. Call for help: Windows developer trying to get&nbsp;&nbsp;&nbsp;&nbsp;started...
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(David Taylor)<br>&nbsp;&nbsp; 4. Re: setting last_update (Alex van den Bogaerdt)<br>&nbsp;&nbsp; 5. Re: Call for help: Windows developer trying to&nbsp;&nbsp;&nbsp;&nbsp;getstarted...<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(Mike Johnson)<br><br><br>----------------------------------------------------------------------
<br><br>Message: 1<br>Date: Thu, 15 Feb 2007 16:53:45 +0100<br>From: Alex van den Bogaerdt &lt;<a href="mailto:alex@ergens.op.het.net">alex@ergens.op.het.net</a>&gt;<br>Subject: Re: [rrd-users] setting last_update<br>To: 
<a href="mailto:rrd-users@lists.oetiker.ch">rrd-users@lists.oetiker.ch</a><br>Message-ID: &lt;<a href="mailto:20070215155345.GD1276@ergens.op.het.net">20070215155345.GD1276@ergens.op.het.net</a>&gt;<br>Content-Type: text/plain; charset=us-ascii
<br><br>On Thu, Feb 15, 2007 at 10:48:56AM -0500, Dan Langille wrote:<br><br>&gt; &gt; You could try a much more simple case as well:<br>&gt; &gt;<br>&gt; &gt; rrdtool create test.rrd DS:x:GAUGE:600:U:U RRA:AVERAGE:0:1:5<br>
&gt; &gt; rrdtool dump test.rrd<br>&gt;<br>&gt; That looks OK<br><br>&gt; # rrdtool dump test.rrd | less<br>&gt; &lt;!-- Round Robin Database Dump --&gt;&lt;rrd&gt; &lt;version&gt; 0003 &lt;/version&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;step&gt; 300 &lt;/step&gt; &lt;!-- Seconds --&gt;
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;lastupdate&gt; 1171554437 &lt;/lastupdate&gt; &lt;!-- 2007-02-15<br>&gt; 07:47:17 PST --&gt;<br><br><br>Hmmm....<br><br>Try adding &quot;--start=0&quot;.&nbsp;&nbsp;Perhaps it isn&#39;t as harmless as it looks.
<br><br>If that&#39;s not the problem, perhaps you can find out what is ?<br><br>&gt; Should this be moved to the developers list?<br><br>Maybe, maybe not.&nbsp;&nbsp;Users can debug problems, so I don&#39;t think<br>it is off topic here and now.
<br><br>--<br>Alex van den Bogaerdt<br><a href="http://www.vandenbogaerdt.nl/rrdtool/">http://www.vandenbogaerdt.nl/rrdtool/</a><br><br><br><br>------------------------------<br><br>Message: 2<br>Date: Thu, 15 Feb 2007 11:27:52 -0500
<br>From: &quot;Dan Langille&quot; &lt;<a href="mailto:dan@langille.org">dan@langille.org</a>&gt;<br>Subject: Re: [rrd-users] setting last_update<br>To: Alex van den Bogaerdt &lt;<a href="mailto:alex@ergens.op.het.net">alex@ergens.op.het.net
</a>&gt;<br>Cc: <a href="mailto:rrd-users@lists.oetiker.ch">rrd-users@lists.oetiker.ch</a><br>Message-ID: &lt;<a href="mailto:45D443B8.24634.33257451@dan.langille.org">45D443B8.24634.33257451@dan.langille.org</a>&gt;<br>Content-Type: text/plain; charset=US-ASCII
<br><br>On 15 Feb 2007 at 16:53, Alex van den Bogaerdt wrote:<br><br>&gt; On Thu, Feb 15, 2007 at 10:48:56AM -0500, Dan Langille wrote:<br>&gt;<br>&gt; &gt; &gt; You could try a much more simple case as well:<br>&gt; &gt; &gt;
<br>&gt; &gt; &gt; rrdtool create test.rrd DS:x:GAUGE:600:U:U RRA:AVERAGE:0:1:5<br>&gt; &gt; &gt; rrdtool dump test.rrd<br>&gt; &gt;<br>&gt; &gt; That looks OK<br>&gt;<br>&gt; &gt; # rrdtool dump test.rrd | less<br>&gt; &gt; &lt;!-- Round Robin Database Dump --&gt;&lt;rrd&gt; &lt;version&gt; 0003 &lt;/version&gt;
<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;step&gt; 300 &lt;/step&gt; &lt;!-- Seconds --&gt;<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;lastupdate&gt; 1171554437 &lt;/lastupdate&gt; &lt;!-- 2007-02-15<br>&gt; &gt; 07:47:17 PST --&gt;<br>&gt;<br>&gt;<br>&gt; Hmmm....
<br>&gt;<br>&gt; Try adding &quot;--start=0&quot;.&nbsp;&nbsp;Perhaps it isn&#39;t as harmless as it looks.<br><br>Well, you are correct:<br><br>[dan@supernews:~/tmp] $ rm test.rrd<br>[dan@supernews:~/tmp] $ rrdtool create test.rrd
 --start=0<br>DS:x:GAUGE:600:U:U RRA:AVERAGE:0:1:5<br>[dan@supernews:~/tmp] $ rrdtool dump test.rrd&nbsp;&nbsp;| head<br>&lt;!-- Round Robin Database Dump --&gt;&lt;rrd&gt; &lt;version&gt; 0003 &lt;/version&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;step&gt; 300 &lt;/step&gt; &lt;!-- Seconds --&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;lastupdate&gt; 944503488000 &lt;/lastupdate&gt; &lt;!-- 31900-02-15<br>00:00:00 PST --&gt;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;ds&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;name&gt; x &lt;/name&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;type&gt; GAUGE &lt;/type&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;minimal_heartbeat&gt; 600 &lt;/minimal_heartbeat&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;min&gt; NaN &lt;/min&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;max&gt; NaN &lt;/max&gt;<br>[dan@supernews:~/tmp] $<br><br><br><br>--<br>
Dan Langille : Software Developer looking for work<br>my resume: <a href="http://www.freebsddiary.org/dan_langille.php">http://www.freebsddiary.org/dan_langille.php</a><br>PGCon - The PostgreSQL Conference - <a href="http://www.pgcon.org/">
http://www.pgcon.org/</a><br><br><br><br><br>------------------------------<br><br>Message: 3<br>Date: Thu, 15 Feb 2007 11:07:42 -0800<br>From: David Taylor &lt;<a href="mailto:david.taylor@sl.com">david.taylor@sl.com</a>
&gt;<br>Subject: [rrd-users] Call for help: Windows developer trying to get<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;started...<br>To: <a href="mailto:rrd-users@lists.oetiker.ch">rrd-users@lists.oetiker.ch</a><br>Message-ID: &lt;<a href="mailto:45D4AF7E.40407@sl.com">
45D4AF7E.40407@sl.com</a>&gt;<br>Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br><br>Hello folks,<br><br>I&#39;m pretty sure that this is a standard message that goes out once in a<br>while and apologize if I have missed some obvious resource.
<br><br>For all the best reasons I am trying to get started with RRDTool.&nbsp;&nbsp;As&nbsp;&nbsp;a<br>developer I am familiar with C/C++ and my preferred Windows development<br>environment is Visual Studio 2005.<br><br>If possible I would like to get started without having to build RRDTool
<br>itself.<br><br>Our intention is to integrate RRDTool with a Windows-based and<br>Java-based proprietary solution.<br><br>I have looked over the material on the web site but there seems to be a<br>lot of stuff that suggests that the preferred RRDTool environment is Linux.
<br><br>Please would someone point me at the method of installing RRDTool and<br>setting up the necessary environment variables, libraries and such like<br>on 32 bit Windows XP SP2?<br><br>Thanks in advance.<br><br>David<br>
--<br><br>David W. Taylor<br>Developer | SL Corporation | <a href="http://www.sl.com">http://www.sl.com</a><br><br><a href="mailto:david.taylor@sl.com">david.taylor@sl.com</a> &lt;mailto:<a href="mailto:david.taylor@sl.com">
david.taylor@sl.com</a>&gt; | Tel: +1.415.927.8555 | Fax: +1.415.927.8401<br><br>------------------------------------------------------------------------<br><br>Email communication may contain privileged or confidential information
<br>proprietary to SL Corporation. If you have received this communication<br>in error, we ask that you advise the sender by reply e-mail and<br>immediately delete the message and any attachments without copying or<br>disclosing the contents.
<br><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <a href="http://lists.oetiker.ch/pipermail/rrd-users/attachments/20070215/0c228c72/attachment.html">http://lists.oetiker.ch/pipermail/rrd-users/attachments/20070215/0c228c72/attachment.html
</a><br><br>------------------------------<br><br>Message: 4<br>Date: Fri, 16 Feb 2007 04:24:28 +0100<br>From: Alex van den Bogaerdt &lt;<a href="mailto:alex@ergens.op.het.net">alex@ergens.op.het.net</a>&gt;<br>Subject: Re: [rrd-users] setting last_update
<br>To: <a href="mailto:rrd-users@lists.oetiker.ch">rrd-users@lists.oetiker.ch</a><br>Message-ID: &lt;<a href="mailto:20070216032428.GH1276@ergens.op.het.net">20070216032428.GH1276@ergens.op.het.net</a>&gt;<br>Content-Type: text/plain; charset=us-ascii
<br><br>On Thu, Feb 15, 2007 at 11:27:52AM -0500, Dan Langille wrote:<br><br>&gt; &gt; Try adding &quot;--start=0&quot;.&nbsp;&nbsp;Perhaps it isn&#39;t as harmless as it looks.<br>&gt;<br>&gt; Well, you are correct:<br>&gt;<br>&gt; [
dan@supernews:~/tmp] $ rm test.rrd<br>&gt; [dan@supernews:~/tmp] $ rrdtool create test.rrd --start=0<br>&gt; DS:x:GAUGE:600:U:U RRA:AVERAGE:0:1:5<br>&gt; [dan@supernews:~/tmp] $ rrdtool dump test.rrd&nbsp;&nbsp;| head<br>&gt; &lt;!-- Round Robin Database Dump --&gt;&lt;rrd&gt; &lt;version&gt; 0003 &lt;/version&gt;
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;step&gt; 300 &lt;/step&gt; &lt;!-- Seconds --&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;lastupdate&gt; 944503488000 &lt;/lastupdate&gt; &lt;!-- 31900-02-15<br>&gt; 00:00:00 PST --&gt;<br><br><br>I don&#39;t know what exactly is going wrong, and why it does not go wrong
<br>on 32-bit systems, but the following patch seems to fix the problem.<br><br>I currently have no source unzipped, could someone on 32-bit please<br>verify that my patch does not break rrdtool ?<br><br><br>--- rrdtool-1.2.19
/src/parsetime.c.orig Thu Feb 15 22:15:36 2007<br>+++ rrdtool-1.2.19/src/parsetime.c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Thu Feb 15 22:16:57 2007<br>@@ -850,7 +850,7 @@<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if ( ptv-&gt;tm.tm_hour == 30 ){<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ptv-&gt;tm.tm_hour
 = hour_sv;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if ( ptv-&gt;tm.tm_hour == 30000 ){<br>+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if ( ptv-&gt;tm.tm_year == 30000 ){<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ptv-&gt;tm.tm_year = year_sv;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;};
<br><br><br>Thanks in advance.<br>--<br>Alex van den Bogaerdt<br><a href="http://www.vandenbogaerdt.nl/rrdtool/">http://www.vandenbogaerdt.nl/rrdtool/</a><br><br><br><br>------------------------------<br><br>Message: 5<br>
Date: Fri, 16 Feb 2007 13:01:51 -0000<br>From: &quot;Mike Johnson&quot; &lt;<a href="mailto:mike@quick.co.jp">mike@quick.co.jp</a>&gt;<br>Subject: Re: [rrd-users] Call for help: Windows developer trying to<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;getstarted...
<br>To: &lt;<a href="mailto:rrd-users@lists.oetiker.ch">rrd-users@lists.oetiker.ch</a>&gt;<br>Message-ID: &lt;<a href="mailto:001301c751ca$a4076460$33e018ac@qcl.quick.co.jp">001301c751ca$a4076460$33e018ac@qcl.quick.co.jp</a>
&gt;<br>Content-Type: text/plain; charset=&quot;us-ascii&quot;<br><br>I started trying to link to RRDtool, but even trying to compile it for<br>Windows is very difficult.<br><br><br><br>After wasting quite a lot of time I gave that up and just called it as an
<br>external application passing in the command line. I also switched to using<br>C# and .Net 2 as well. It does not seem to be that much of an overhead, and<br>I can buffer data in my application to cut down on the number of calls to
<br>RRDtool.<br><br><br><br>I think there is a lot to learn in the calls to rrdtool and getting an<br>application working, without the extra work of trying to compile and/or link<br>to it when it&#39;s almost undocumented.
<br><br><br><br>I&#39;m using version 1.2.15, which is the latest windows binary I could find.<br><br><br><br>The only problem I&#39;ve had is with graphs, when re-using the output file name<br>sometimes the file remains locked even when the graph is no longer
<br>displayed, so I have a small pool temporary filenames.<br><br><br><br><br><br>public static void CallRRDTool(string cmd)<br><br>{<br><br>&nbsp;&nbsp; lock (sync) // rrdtool may not be thread safe<br><br>&nbsp;&nbsp; {<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Process rrdtool = new Process();
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rrdtool.StartInfo.FileName = &quot;RRDTool.exe&quot;;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rrdtool.StartInfo.CreateNoWindow = true;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rrdtool.StartInfo.UseShellExecute = false;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rrdtool.StartInfo.RedirectStandardError
 = true;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rrdtool.StartInfo.RedirectStandardOutput = true;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rrdtool.StartInfo.Arguments = cmd;<br><br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rrdtool.Start();<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rrdtool.WaitForExit(2000);<br><br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;string output = 
rrdtool.StandardOutput.ReadToEnd().Trim();<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (output.Length != 0)<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; logmsg(&quot;RRDtool Stdout: &quot; + output);<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; logmsg(&quot;RRDtool Cmd: &quot; + cmd);<br><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;output = rrdtool.StandardError.ReadToEnd().Trim();<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (output.Length != 0)<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; logmsg(&quot;RRDtool Stderr: &quot; + output);<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; logmsg(&quot;RRDtool Cmd: &quot; + cmd);
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br><br>&nbsp;&nbsp; }<br><br>}<br><br><br><br><br><br>-----Original Message-----<br>From: <a href="mailto:rrd-users-bounces@lists.oetiker.ch">rrd-users-bounces@lists.oetiker.ch</a><br>[mailto:<a href="mailto:rrd-users-bounces@lists.oetiker.ch">
rrd-users-bounces@lists.oetiker.ch</a>] On Behalf Of David Taylor<br>Sent: 15 February 2007 19:08<br>To: <a href="mailto:rrd-users@lists.oetiker.ch">rrd-users@lists.oetiker.ch</a><br>Subject: [rrd-users] Call for help: Windows developer trying to
<br>getstarted...<br><br><br><br>Hello folks,<br><br>I&#39;m pretty sure that this is a standard message that goes out once in a<br>while and apologize if I have missed some obvious resource.<br><br>For all the best reasons I am trying to get started with RRDTool.&nbsp;&nbsp;As&nbsp;&nbsp;a
<br>developer I am familiar with C/C++ and my preferred Windows development<br>environment is Visual Studio 2005.<br><br>If possible I would like to get started without having to build RRDTool<br>itself.<br><br>Our intention is to integrate RRDTool with a Windows-based and Java-based
<br>proprietary solution.<br><br>I have looked over the material on the web site but there seems to be a lot<br>of stuff that suggests that the preferred RRDTool environment is Linux.<br><br>Please would someone point me at the method of installing RRDTool and
<br>setting up the necessary environment variables, libraries and such like on<br>32 bit Windows XP SP2?<br><br>Thanks in advance.<br><br>David<br><br>--<br><br>David W. Taylor<br>Developer | SL Corporation | <a href="http://www.sl.com">
http://www.sl.com</a><br><a href="mailto:david.taylor@sl.com">david.taylor@sl.com</a> | Tel: +1.415.927.8555 | Fax: +1.415.927.8401<br>&nbsp;&nbsp;_____<br><br><br>Email communication may contain privileged or confidential information
<br>proprietary to SL Corporation. If you have received this communication in<br>error, we ask that you advise the sender by reply e-mail and immediately<br>delete the message and any attachments without copying or disclosing the
<br>contents.<br><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <a href="http://lists.oetiker.ch/pipermail/rrd-users/attachments/20070216/6ca4686e/attachment.htm">http://lists.oetiker.ch/pipermail/rrd-users/attachments/20070216/6ca4686e/attachment.htm
</a><br><br>------------------------------<br><br>_______________________________________________<br>rrd-users mailing list<br><a href="mailto:rrd-users@lists.oetiker.ch">rrd-users@lists.oetiker.ch</a><br><a href="https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users">
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users</a><br><br><br>End of rrd-users Digest, Vol 2, Issue 11<br>****************************************<br></blockquote></div><br><br clear="all"><br>-- <br>Eduardo Witter