If you're having a problem with running your scripts from cron, the answer is usually in your PATH environment variable or working directory - cron tends to run with different paths, and your script probably can't find libraries or other things it needs.
Ian On 7/17/02 12:28 PM, "Keary Suska" <[EMAIL PROTECTED]> wrote: > on 7/17/02 6:34 AM, [EMAIL PROTECTED] purportedly said: > >> Hi, I have a problem with LWP::UserAgent. As user root I can execute all my >> scripts, but if I use an other user or crontab (root) I can't execute them. >> My Distri is Trustix secure linux. I don't know where the bug is. My perl >> version is 5.0053 and the permissions are for all users the same. > > When I have scripts that are broke I just hit them on the side with a hammer > and that seems to do the trick. > > (Hint: useless question gets useless answer) >
