Menu

#97 graphs are broken on win32

fix-for-1.0.x
open
nobody
grapher (29)
5
2004-09-20
2004-09-20
prefab
No

hello,

I am running cricket 1.0.5 on windows XP SP2 (IIS). The
graphs do not show (broken icon). This is because
rrdtool requires the colons present on win32 paths to
be escaped.

the following patch has worked for me:

1491a1492,1494
> # Begin win32 escape disk:dir Patch
> $rrd =~ s/:/\\:/;
> # End win32 escape disk:dir Patch

prefab

Discussion

  • Nobody/Anonymous

    Logged In: NO

    Anyone has a document which lists steps to setup and run a
    small sample on windows ?

    Babu

     
  • Terje Bless

    Terje Bless - 2005-05-15

    Logged In: YES
    user_id=8470

    Care to take a guess at how this will affect UNIXy platforms?

     
  • Francois Mikus

    Francois Mikus - 2007-02-02

    Logged In: YES
    user_id=625565
    Originator: NO

    Does the script know that it is running on a win32 platform, if yes, than this portion of code can be conditional to it being such a platform.

     

Log in to post a comment.