I know this may not be proper place to ask this question but i am stuck here with this run time error.<br><br>qgis: symbol lookup error: /usr/lib/qgis/libqgis_plugin_va.so: undefined symbol: _ZN12vARubberBandC1EP12QgsMapCanvas 
<br><br>This code belong to a plugin whch i have written. Here&nbsp; vARubberBand ( similar to of QgsRubberBand)&nbsp; inherits from QgsMapCanvasItem, and main plugin class vA do it from QgsMaptool. vA class has a objct of type vARubberBand.
<br><br>Also similar error appeared when i ported my wel working code from one machine to other machine.<br>I have tried a few methods like declaring vARubberBand in a namespace to avoid redeclaration but no fruit.<br>please guide me out of here.
<br>