#16105: libgdal1-1.7.0 broke django.contrib.gis.gdal.libgdal
--------------------------------------+------------------------
Reporter: ulvinge@… | Owner: nobody
Type: Bug | Status: closed
Milestone: | Component: GIS
Version: 1.3 | Severity: Normal
Resolution: invalid | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
--------------------------------------+------------------------
Comment (by anonymous):
This program:
from ctypes import CDLL
from ctypes.util import find_library
lib_path = find_library('gdal1.7.0')
lgdal = CDLL(lib_path)
_version_info = lgdal['GDALVersionInfo']
Gives the following output:
Traceback (most recent call last):
File "test.py", line 4, in <module>
lgdal = CDLL(lib_path)
File "/usr/lib/python2.6/ctypes/__init__.py", line 353, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /usr/lib/libgdal1.7.0.so.1: symbol __cxa_pure_virtual, version
libmysqlclient_16 not defined in file libmysqlclient.so.16 with link time
reference
I'm using 1.7.3-4
I should find the right place to post this...
--
Ticket URL: <https://code.djangoproject.com/ticket/16105#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.