Re: [gdal-dev] python gdal installation issues

2009-07-08 Thread Roger André
try adding the path to libgdal.so.1 in /etc/ld.so.conf $ find /usr -name libgdal.so.1 /usr/local/lib/libgdal.so.1 $ sudo vi /etc/ld.so.conf -- add /usr/local/lib $ ldconfig $ /sbin/ldconfig -p | grep gdal libgdal.so.1 (libc6) = /usr/local/lib/libgdal.so.1 libgdal.so (libc6) =

[gdal-dev] python gdal installation issues

2009-06-10 Thread Benjamin R Welton
Hey all, Im having a bit of an issue using the python gdal api's. I keep getting an error in python saying that it is unable to find libgdal.so.1. I am not having any issues using the various gdal binaries however (gdalinfo works). i looked at PYPI and changed the gdal-config location