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:<br><br>>>> from osgeo import gdal<br>
Traceback (most recent call last):<br> File "<stdin>", line 1, in <module><br> File "/opt/csw/lib/python2.5/site-packages/osgeo/gdal.py", line 7, in <module><br> import _gdal<br>
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<br><br>I'd love to hear any ideas for how to solve this.<br>
<br>Thanks,<br>Chris<br>