AW: [Qgis-developer] Library linking problems when release changes - eg. 1.9 -- 1.8

2012-05-25 Thread Ziegler Stefan
Hi Andi I solved it by exporting LD_LIBRARY_PATH: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib It's a bit strange since I think it used to work without this Regards Stefan -Ursprüngliche Nachricht- Von: qgis-developer-boun...@lists.osgeo.org [mailto:qgis-developer-

Re: AW: [Qgis-developer] Library linking problems when release changes - eg. 1.9 -- 1.8

2012-05-25 Thread Andreas Neumann
Thanks Stefan and Kimaidou Setting LD_LIBRARY_PATH seems to work. It is strange. I was assuming that /usr/local/lib was searched by default anyway. After all this is the directory for libraries (next to /usr/lib ) Well - always some mysteries we can't understand ... Thanks for helping me to