Re: [Qgis-user] Problem loading several provider libs from external script

2013-02-26 Thread Nils Olaf de Reus
Thank you for the suggestions. Unfortunately, they did not fix things on my system -- I checked with # ldconfig -v | grep "qgis/plugins" -A 30 , and it looks like all my libs are there and thus known to ldconfig. I then tried again after explicitly setting those environment variables, and it sti

Re: [Qgis-user] Problem loading several provider libs from external script

2013-02-25 Thread Gary Sherman
Try setting QGIS_PREFIX_PATH=/usr Then make sure the path to the QGIS libs is either configured in ld.so.conf.d/ or LD_LIBRARY_PATH In my case, I have QGIS installed in /home/gsherman/qgis_master and this sequence works: >From the shell: export LD_LIBRARY_PATH=/home/gsherman/qgis_master/lib expo

[Qgis-user] Problem loading several provider libs from external script

2013-02-25 Thread Nils Olaf de Reus
Hi everyone, When trying to use the qgis libraries from an external script (that is, a script running not within the context of the embedded console of QGIS), I get only a severely limited selection of available data providers. A number of libraries that load fine from inside the context of QGIS'