Hi On Tue, Jul 31, 2012 at 1:53 PM, Yves Jacolin (free) <[email protected]> wrote: > Le 31/07/2012 13:50, 李杨 a écrit : > >> Hello everyone, >> >> i building and install qgis on my ubuntu 12.04. I try on two PC, and both >> has the similar problem. >> but when I launch the qgis, le >> it always say i missing a libqgis_core.so. 1.9.0 >> >> why this problem occur and how i solve this problem , >> further more, >> where should I go to get answering of similar question? >> >> jack@jack:~/apps/bin$ ./qgis >> ./qgis: error while loading shared libraries: libqgis_core.so.1.9.0: >> cannot >> open shared object file: No such file or directory >> jack@jack:~/apps/bin$ >
Alternatively do this before launching QGIS: export LD_LIBRARY_PATH=/home/jack/apps/lib /home/jack/apps/bin/qgis This does not require root permissions. Tim > When I get this error I run: > $ sudo ldconfig > > and qgis is working. But sometime it is not enough. > > As you built QGIS, you need to register before your lib dir /usr/local/lib/ > in /etc/ld.so.conf file. You system will find all lib file in this > directory. > > Regards, > > Y. > -- > Yves Jacolin > _______________________________________________ > Qgis-developer mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/qgis-developer -- Tim Sutton - QGIS Project Steering Committee Member (Release Manager) ============================================== Please do not email me off-list with technical support questions. Using the lists will gain more exposure for your issues and the knowledge surrounding your issue will be shared with all. Visit http://linfiniti.com to find out about: * QGIS programming and support services * Mapserver and PostGIS based hosting plans * FOSS Consulting Services Skype: timlinux Irc: timlinux on #qgis at freenode.net ============================================== _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
