in reply to Environment variable woes connecting to Oracle
LD_LIBRARY_PATH *must* be set before perl is loaded. You can either set it at the command line prior to running your script, or wrap your perl script with a shell script where you can set the env var, then kick off the perl script.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Environment variable woes connecting to Oracle
by afoken (Chancellor) on Apr 12, 2017 at 13:51 UTC | |
by stevieb (Canon) on Apr 12, 2017 at 17:33 UTC | |
by afoken (Chancellor) on Apr 13, 2017 at 04:06 UTC | |
|
Re^2: Environment variable woes connecting to Oracle
by seawarrior (Initiate) on Apr 11, 2017 at 18:59 UTC |