I've compiled GDAL 1.6.0 on Solaris 10, and most everything seems to work
fine. However, I need Python support, but I get the following error when I
try to import the gdal module:
>>> from osgeo import gdal
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/opt/csw/lib/python2.5/site-packages/osgeo/gdal.py", line 7, in
<module>
import _gdal
ImportError: ld.so.1: python: fatal: relocation error: file
/opt/csw/lib/python2.5/site-packages/osgeo/_gdal.so: symbol __1c2N6FI_pv_:
referenced symbol not found
I'd love to hear any ideas for how to solve this.
Thanks,
Chris
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev