> 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