Hi all,

apparently in Ubuntu 10.04 interactively setting
LD_LIBRARY_PATH=<a path>:<another path>:...
Doesn't work anymore.
Does a solution to this issue exist?
How can I make my dynamically linked executable use a test version of a .so (dynamic library) without having to change the main one (in /usr/lib ) ?

Thanks again,