sybperl-l Archive
Up Prev Next
From: Jie Gao <J dot Gao at isu dot usyd dot edu dot au>
Subject: RE: Perl thru crontab
Date: Feb 1 2000 10:53PM
On Tue, 1 Feb 2000, tscheresky wrote:
> Now for the Perl solution. Do this:
>
> ##
> ## The following defines those paths required by Syperl on the first pass of
> ## compilation. This must be done for Syperl to work correctly when run
> from
> ## cron.
> ##
> BEGIN { $ENV{'SYBASE'} = "/opt/sybase"; $ENV{'LD_LIBRARY_PATH'} =
> "/opt/sybase/lib"; };
Setting LD_LIBRARY_PATH in your script is too late; won't work.
Jie
|