<pre>>Adding /usr/local/lib to PYTHONPATH won't help much since python knowns <br>>where the GDAL python module but can't find the GDAL library itself.<br>><br>>Is /usr/local/lib in the linker path?  You may want to check <br>
>/etc/ld.so.conf to see if /usr/local/lib is in there.  If not, add <br>>/usr/local/lib to /etc/ld.so.conf and then run ldconfig.  BUT, this may <br>>not be the best solution as you are running a 64-bit linux system.<br>
><br>>Since it looks like you compiled your own GDAL, you should reconfigure <br>>and recompile GDAL with something like:<br>><br>>./configure --libdir=/usr/local/lib64 OTHER_CONFIG_FLAGS<br>><br>>Reconfiguring and recompiling GDAL should work as I'm guessing that <br>
>/usr/local/lib64 is in /etc/ld.so.conf but /usr/local/lib isn't.<br><br>Great !<br><br>Adding <br>/usr/local/lib to <br>ld.so.conf.d it worl perfectly !<br><br>thx a lot.<br><br>Andrea.<br><br><br></pre><br clear="all">
<br>-- <br>-----------------<br>Andrea Peri<br>. . . . . . . . . <br>qwerty אטלעש<br>-----------------<br><br>