Hi,

You have to set $LD_LIBRARY_PATH to  ~/bin/qgis/lib/.

For a USER ONLY add it to your ~/.bashrc
-------------
LD_LIBRARY_PATH ="~/bin/qgis/lib/"
export LD_LIBRARY_PATH
--------------

Karlis

[email protected] wrote:
.. My install directory
is  ~/bin/qgis/ Hence whenever I make install, the new .so files are
put in the {INSTALL_DIR}/lib/. But when {INSTALL_DIR}/bin/qgis is run
it doesn't take the .so files from {INSTALL_DIR}/lib/. Instead it
always uses the /usr/lib/ files.

I manually copy the .so files everytime into the /usr/lib into order
to test and debug. I would like to know how can I configure or do
something to make qgis use .so files from {INSTALL_DIR}/lib instead of
/usr/lib
..
_______________________________________________
Qgis-developer mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to