Undefined symbol in _gdalmodule.so: OSRSetStatePlane

Aleksey Naumov naumov at a...
Mon Oct 23 02:36:19 EDT 2000


Hi all,

Just downloaded the latest from CVS and compiled, then tried to
test GDAL from Python (I am using 2.0). I got an "undefined symbol"
problem:

Python 2.0 (#1, Oct 19 2000, 00:29:59)
[GCC 2.95.2 19991024 (release)] on linux2
Type "copyright", "credits" or "license" for more information.
>>> import gdal
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/local/lib/python2.0/site-packages/gdal.py", line 75, in ?
import _gdal
ImportError: /usr/local/lib/python2.0/site-packages/_gdalmodule.so:
undefined symbol: OSRSetStatePlane

This symbol is also not in libgdal.1.1.so, and that's the only
GDAL-specific library
_gdalmodule.so depends on.

Am I missing something?

Thanks
Aleksey





More information about the Gdal-dev mailing list