That's it. I didn't expect gdal to already be installed. I should have used a different distro for this.
John Daniel Etresoft, Inc. > On Apr 18, 2019, at 5:17 AM, Even Rouault <[email protected]> wrote: > >> E ImportError: >> /home/parallels/OS-GIS/platforms/linux/x86_64/gdal/lib/python2.7/site-packa >> ges/osgeo/_gdal.so: undefined symbol: CPLGetErrorCounter > > Try > > ldd > /home/parallels/OS-GIS/platforms/linux/x86_64/gdal/lib/python2.7/site-packages/osgeo/_gdal.so > > and check which libgdal.so it links to. It is likely that it is not the right > one. > > You'll have to adjust your LD_LIBRARY_PATH then. > Sourcing scripts/setdevenv.sh should do that for you > > > -- > Spatialys - Geospatial professional services > http://www.spatialys.com _______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
