Hi,

Now we are planing to implement RRDTOOL on Windows Operating System ( WinXP,
NT, 2000 ). We are not able to find the downloads for windows os. Kindly
send us the link where in we can download and install RRDTOOL on our Windows
OS. Already we have install perl for windows and waiting for your valuable
advice and help. Also kindly advice us in migirating the RRDTOOL which we
have configure on Linux and Solaris to Windows.

Thanks in advance.

Regards
S.Rajesh Kannan





----- Original Message ----- 
From: "Thies Lehmann" <[EMAIL PROTECTED]>
To: "Leigh Sharpe" <[EMAIL PROTECTED]>; "Rrd-Users-list"
<rrd-users@list.ee.ethz.ch>
Sent: Thursday, August 14, 2003 7:30 PM
Subject: [rrd-users] Re: Graphing to STDOUT


> >  Having a few problems with RRDs::graph under win2k.
> >  I am able to create graphs OK if I create a file, but I have
> > a need to send them to STDOUT instaed. According to the
> > RRDTool docs, using '-' as the filename will send the output
> > to STDOUT. However, doing this in my perl script simply
> > crashes Perl. (Illegal operation and Windows terminates trhe
> > Perl ineterpreter.)
>
> It should work with perl scripts, it seems there are problems
> with asp/perlscript.
>
> Did you set perl to unbuffered output and provide the proper mime-type?
>
> e.g. somewhere at the beginning:
>
> $| = 1; print "Content-type:image/png\n\n";
>
>
> Thies
>
> --
> Unsubscribe mailto:[EMAIL PROTECTED]
> Help        mailto:[EMAIL PROTECTED]
> Archive     http://www.ee.ethz.ch/~slist/rrd-users
> WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

--
Unsubscribe mailto:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Reply via email to