This page describes common solutions to problems you may encounter while working on QGIS
Resolving plugin problems¶
What to do if your plugin won't load¶
- Try using the dltest utility to verify that the .so file for your plugin is actually loadable: dltest ~/lib/qgis/yourplugin.so | c++filt (Obviously you should replace 'yourplugin' above with the actual name of your plugin.)