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
Logged In: NO
Anyone has a document which lists steps to setup and run a
small sample on windows ?
Babu
Logged In: YES
user_id=8470
Care to take a guess at how this will affect UNIXy platforms?
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.