Can anyone shed some light on what this error means?
        Insecure $ENV{PATH} while running setuid at
/var/appl/sls/bin/driver.pl line 1104.
Line 1104 is
        print `date`;

If I comment this out, then the following error message appears:
        Insecure dependency in open while running setuid at
/var/appl/sls/bin/driver.pl line 1249.
Line 1249 is
        my $err_file = $ENV{"SLS_LOG_PATH"} . "/drivererror" . $rt_id ..
".err";
actually 1249 --->      open(ERR_FILE,">>$err_file") ||die "cannot open
$err_file for reading:$!";

Not sure what insecure warnings mean in terms of setuid.  Any answer
would be much appreciated.
Thanks
Chris
-----------------------------------------------
Just Your Friendly Neighborhood
_SPIDEY_

-----------------------------------------
The information contained in this message may be privileged,
confidential, and protected from disclosure. If the reader of this
message is not the intended recipient, or any employee or agent
responsible for delivering this message to the intended recipient, you
are hereby notified that any dissemination, distribution, or copying of
this communication is strictly prohibited. If you have received this
communication in error, please notify us immediately by replying to the
message and deleting it from your computer.

Thank you. Paychex, Inc.


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to