Hi, > > I'm trying to install kartograph, it's a library which converts shapefiles > to svg. Everything is installed without errors. While running kartograph > I'm getting this following error - [1] which is related to gdal. > > > [1] -- * ImportError: /usr/lib/python2.7/dist-packages/osgeo/_gdal.so: > symbol GOA2GetRefreshToken, version GDAL_1.8 not defined in file > libgdal.so.1 with link time reference* > >
Where does this _gdal.so come from ? What does the following command give ? : ldd /usr/lib/python2.7/dist-packages/osgeo/_gdal.so It seems that whatever generated this _gdal.so, it has been linked against a specific version of libgdal.so (1.8 probably), which does not seem to correspond with the one currently installed in your environment. Hope that helps, -- Pierre
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
