Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core.so: undefined symbol: _ZTI18QgsHeatmapRenderer #20015

Closed
qgib opened this issue Dec 3, 2014 · 1 comment
Closed

core.so: undefined symbol: _ZTI18QgsHeatmapRenderer #20015

qgib opened this issue Dec 3, 2014 · 1 comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter!

Comments

@qgib
Copy link
Contributor

qgib commented Dec 3, 2014

Author Name: Mikhail Tchernychev (Mikhail Tchernychev)
Original Redmine Issue: 11788
Affected QGIS version: master


Hi,

I followed instruction and got master version of QGIS. Everything compiles fine, but when I start I got message:
Couldn't load PyQGIS.
Python support will be disabled.

Traceback (most recent call last):
File "", line 1, in
File "/home/misha/opt/qgis-dev/share/qgis/python/qgis/init.py", line 36, in
from qgis.core import QgsFeature, QgsGeometry
File "/home/misha/opt/qgis-dev/share/qgis/python/qgis/core/init.py", line 2, in
from qgis._core import *
ImportError: /home/misha/opt/qgis-dev/share/qgis/python/qgis/_core.so: undefined symbol: _ZTI18QgsHeatmapRenderer

Python version:
2.7.6 (default, Mar 22 2014, 23:03:14)
[GCC 4.8.2]

QGIS version:
2.7.0-Master 'Master', exported

Python path:
['/home/misha/opt/qgis-dev/share/qgis/python', u'/home/misha/.qgis2/python', u'/home/misha/.qgis2/python/plugins', '/home/misha/opt/qgis-dev/share/qgis/python/plugins', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-i386-linux-gnu', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages/PILcompat', '/usr/lib/python2.7/dist-packages/gtk-2.0', '/usr/lib/pymodules/python2.7', '/usr/lib/python2.7/dist-packages/ubuntu-sso-client', '/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode']

I tried to remove .qgis, .config/QGIS but everything is the same.

It seems _core library did not get some feature compiled.

Thank you
Mikhail

@qgib
Copy link
Contributor Author

qgib commented Dec 3, 2014

Author Name: Mikhail Tchernychev (Mikhail Tchernychev)


Sorry, this was fixed by defining LD_LIBRARY_PATH pointing to the lib folder
like

export LD_LIBRARY_PATH=/home/misha/opt/qgis-dev/lib

Seem working now :)

Thank you
Mikhai


  • status_id was changed from Open to Closed

@qgib qgib added the Bug Either a bug report, or a bug fix. Let's hope for the latter! label May 25, 2019
@qgib qgib closed this as completed May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter!
Projects
None yet
Development

No branches or pull requests

1 participant