[gdal-dev] Reg: Error while running Kartograph which uses gdal

Pierre Mauduit pierre.mauduit at camptocamp.com
Thu Dec 18 07:55:00 PST 2014


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20141218/2886bad1/attachment.html>


More information about the gdal-dev mailing list