-
To remedy this, I have now uninstalled 5.10 and gone back to 5.8. The install went fine. Had to go with Option B though - I guess as it's due to the install order of the .ppd files.
2009-01-12 11:40:46 UTC by nobody
-
I've just downloaded and installed Perl, perl -v showing "This is perl, v5.10.0 built for MSWin32-x86-multi-thread"
When I then follow your install instructions, Option A fails, showing all sorts of not installed errors. When trying Option B, the installs fail, saying "ppm install failed: The PPD does not provide code to install for this platform".
Any help would be greatly appreciated...
2009-01-09 17:07:42 UTC by nobody
-
This is completely normal, due to the nature of firing executables from within CRONw. :-)
2008-07-14 22:30:10 UTC by robkehl
-
I don't know, is it bug or or not but it looks suspicious to me.
I installed CRONw 2.0 on Windows 2003 R2 and have following crontab.txt:
*/1 * * * * C:\\windows\\System32\\calc.exe
So, cron fires this job every minute but if I look Process Manager I got:
calc.exe
cmd.exe
perl.exe
so for every job cron fired, it creates cmd.exe and perl.exe and job command. If I close calc.exe, then...
2008-07-09 04:08:10 UTC by just_ilyas
-
Relocate the Text/Glob.pm to the CRONw root folder and you should be good.
2007-10-26 17:14:17 UTC by nobody
-
[2007/10/24 14:28:34] starting service
[2007/10/24 14:28:34] Can't locate Text/Glob.pm in @INC (@INC contains: E:\Program Files\CRONw E:/perl/site/lib E:/perl/lib .) at E:/perl/site/lib/File/Find/Rule.pm line 7.
BEGIN failed--compilation aborted at E:/perl/site/lib/File/Find/Rule.pm line 7.
Compilation failed in require at E:\Program Files\CRONw/Crontab.pm line 38.
BEGIN failed--compilation...
2007-10-24 19:34:18 UTC by nobody
-
Looking at the log file after having 'net start cron' fail at the command line, I noticed a bad reference to glob.pm. The code looks for the file in text/glob.pm of the locations referenced in @inc, rather than file/glob.pm where the file is actually located. Should be a simple fix.
2007-07-20 20:43:01 UTC by nobody
-
I recently wrote a short one-off script to monitor some processes on a Win32 system. I was forced to include an external call to a utility whose output I need to parse. From the command line, the program works great. When scheduled via CRONw after making the external call, the program never returns. I narrowed this down to CRONw as I can successfully run the job from the ugly Windows...
2007-02-06 22:40:39 UTC by ryanfrantz
-
That's just crazy talk!!!
Other than manually adding Glob.pm to the perl/lib/text directory, is there another solution? I checked vanilla perl 5.8.8.7 and active perl 5.8.8.819 and neither install this file.
2007-01-15 18:06:47 UTC by wrinkledcheese
-
Do it sober. ;-)
2007-01-15 17:44:15 UTC by robkehl