in reply to perl script to run as non-root
It sounds like either:
I'd start by checking perl --version in your account and the root account to see if they're the same or not. Then I'd try perl -e 'print join("\n",@INC)' on both accounts to see if there are any differences. Finally, I'd check the directory permissions on the path to .../DBD/Sybase.pm to see if you have permissions to access it.
...roboticus
When your only tool is a hammer, all problems look like your thumb.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: perl script to run as non-root
by dbashyam (Novice) on Oct 16, 2014 at 14:29 UTC | |
by McA (Priest) on Oct 16, 2014 at 14:51 UTC | |
by roboticus (Chancellor) on Oct 16, 2014 at 19:41 UTC |