Re: [Ironruby-core] Crontab Issues

2011-12-06 Thread Rob Britton
Yep, it was a PATH issue. Seems like cron has an extremely pared down PATH compared to regular users! Thanks! On Mon, Dec 5, 2011 at 5:14 PM, Orion Edwards wrote: > The error looks to be with running Mono under cron > > WARNING: The runtime version supported by this application is unavailable. >

Re: [Ironruby-core] Crontab Issues

2011-12-05 Thread Orion Edwards
The error looks to be with running Mono under cron WARNING: The runtime version supported by this application is unavailable. Using default runtime: v1.1.4322 That's indicating mono is loading it's version of the .NET 1.1 framework (which dates to 2003), instead of the .NET 4.0 framework (2010),