RE: Problems Running from crontab.

2001-07-03 Thread Scott T. Hildreth
-7087 > Cell: 610-574-7706 > Pager: 877-239-4003 > >> -Original Message- >> From:Scott T. Hildreth [SMTP:[EMAIL PROTECTED]] >> Sent: Monday, July 02, 2001 2:44 PM >> To: Scott T. Hildreth >> Cc: [EMAIL PROTECTED] >> Subject:

Re: Problems Running from crontab.

2001-07-03 Thread Scott T. Hildreth
I just changed the shell because our .zshenv has the enviorment variables setup. On 03-Jul-01 Alexander Farber (EED) wrote: > "Scott T. Hildreth" wrote: >> >> I fixed it by setting the 'SHELL=/usr/local/bin/zsh' so >> the LD_LIBRARY_PATH is getting set before Perl is executed. > > Why not ju

Re: Problems Running from crontab.

2001-07-03 Thread Alexander Farber (EED)
"Scott T. Hildreth" wrote: > > I fixed it by setting the 'SHELL=/usr/local/bin/zsh' so > the LD_LIBRARY_PATH is getting set before Perl is executed. Why not just set the LD_LIBRARY_PATH and then execute the Perl-script instead of changing sh to zsh? > I'm not sure why the behavior changed, but

RE: Problems Running from crontab.

2001-07-02 Thread Steve Sapovits
> -Original Message- > From: Scott T. Hildreth [SMTP:[EMAIL PROTECTED]] > Sent: Monday, July 02, 2001 2:44 PM > To: Scott T. Hildreth > Cc: [EMAIL PROTECTED] > Subject: RE: Problems Running from crontab. > > > I fixed it by setting the 'SHELL=/

RE: Problems Running from crontab.

2001-07-02 Thread Scott T. Hildreth
I fixed it by setting the 'SHELL=/usr/local/bin/zsh' so the LD_LIBRARY_PATH is getting set before Perl is executed. I'm not sure why the behavior changed, but it works :-) On 02-Jul-01 Scott T. Hildreth wrote: > > I wonder if anyone has run into this problem. I upgrade on of our > production

Problems Running from crontab.

2001-07-02 Thread Scott T. Hildreth
I wonder if anyone has run into this problem. I upgrade on of our production servers to perl5.6.1, DBI-1.18, and using DBD::Oracle 1.06. I was using DBD::Oracle 1.07, but I went back to 1.06 to see if that is the problem. Anyway I have jobs that run in cron, in the past if I set the %ENV Vars,