I've installed the newest Boost library from source (for c++ needs), but still have an older version installed by the package manager. I've put the newest version in a 'weird' location, not a preserved one.
Now, when I launch my test program with -I/path/to/include
and -L/path/to/lib
options I receive errors.
So, my question is: what should I do now to be able to work with both versions?
Will adding that 'weird' location to PATH
or LD_LIBRARY_PATH
variable or to /etc/ld.so.conf
file cause any version conflict?