http://qs1969.pair.com?node_id=1013546


in reply to Re^3: Cron revisited
in thread Cron revisited

What I'm trying to figure is what element of that would cause the script to fail in cron on one server but not the other. My feeling is that it's the database client.

The error message is supposed to tell you that :)

No error message? Adjust cron error reporting, check your mail, ...

Still no error message? Increase verbosity (maybe use Carp::Always; or twiddle some logging levels or $DEBUG++/$VERBOSE++, whatever you're using

Still no error message? Maybe redirect errors to a logfile ?

Once you have an error message, you can check the usual (everything, sanity check), $PATH/$LD_LIBRARY_PATH..., chroot jail,selinux, permissions and password typos, shebang ... its a checklist, error message usually tells you what to check

Like the deep links from Re: Cron revisited/Re^2: Perl Module Not Working In Crontab explain, and here they are: