in reply to DBD::Oracle installation
any ideas, why that could be ...
It is not a mystery. For whatever reason, LD_LIBRARY_PATH isn't getting through to the process running the test
You need to set it in your bashrc/profile
Instead of setting an enviroment variable, LD_LIBRARY_PATH, you need to use ldconfig
LD_LIBRARY_PATH is a workaround for those who don't have root
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: DBD::Oracle installation
by rootcho (Pilgrim) on Jul 08, 2011 at 15:28 UTC |