[QGIS-trac] Re: [Quantum GIS] #3699: silent plugin loading failure
Quantum GIS
qgis at qgis.org
Fri Apr 1 09:54:54 EDT 2011
#3699: silent plugin loading failure
--------------------------------+-------------------------------------------
Reporter: strk | Owner: timlinux
Type: bug | Status: new
Priority: minor: annoyance | Milestone: Version 1.7.0
Component: C++ Plugins | Version: Trunk
Keywords: | Platform_version:
Platform: Debian | Must_fix: No
Status_info: 0 |
--------------------------------+-------------------------------------------
Comment(by strk):
Just to give some more context: the plugin which is failing to load for me
is grass, whose .so fails to find a few dependent libs:
{{{
$ ldd /usr/local/lib/qgis/plugins/libgrassplugin.so | grep 'not found'
libgrass_gis.so => not found
libgrass_vect.so => not found
libgrass_dbmibase.so => not found
libgrass_dbmiclient.so => not found
libgrass_gproj.so => not found
libgrass_gis.so => not found
libgrass_vect.so => not found
libgrass_dbmibase.so => not found
libgrass_dbmiclient.so => not found
libgrass_gproj.so => not found
}}}
--
Ticket URL: <http://trac.osgeo.org/qgis/ticket/3699#comment:1>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS viewer/editor supporting OGR, PostGIS, and GRASS formats
More information about the QGIS-trac
mailing list