./configure --with-python を使用してソースから python GDAL バインディングをインストールしようとしましたが、試みたときに
from osgeo import gdal
私は得る:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "osgeo/__init__.py", line 21, in <module>
_gdal = swig_import_helper()
File "osgeo/__init__.py", line 17, in swig_import_helper
_mod = imp.load_module('_gdal', fp, pathname, description)
ImportError: libgdal.so.1: cannot open shared object file: No such file or directory
swigのエラーのようです。