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