GeoDjango - GDAL library giving error
I am trying to get GeoDjango running on ubuntu and have hit a problem with GDAL. I have downloaded and installed GDAL without problem. I had to add the following line to my project settings: GDAL_LIBRARY_PATH = '/usr/local/lib/libgdal.so.1.15.1' When I check in the shell all is good: In [1]: from django.contrib.gis import gdal In [2]: gdal.HAS_GDAL Out[2]: True However when I try and run ogrinfo as in the official tutorial I get the following error: $ ogrinfo world/data/TM_WORLD_BORDERS-0.3.shp ogrinfo: error while loading shared libraries: libgdal.so.1: cannot open shared object file: No such