When I then run ~/apps/bin/qgis I first get this: ./qgis: symbol lookup error: ./qgis: undefined symbol: _ZN10QgsMapTool9setActionEP7QAction
This is surely due the fact that your system uses wrong libraries - it chooses those in e.g. /usr/local/lib but it has to choose the ones which are in ~/apps/libs How to do this - set LD_LIBRARY_PATH variable - it will add the specified dirs to the library search: export LD_LIBRARY_PATH=~/apps/lib This should also go to the wiki... Martin _______________________________________________ Qgis-user mailing list [email protected] http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user
