Johan, Thanks, it does work with: export LD_LIBRARY_PATH='' gdalinfo
Will I have to reset this variable for every session? Can you conjecture why coul I have had this problem? Agus On Fri, Sep 8, 2017 at 11:51 AM, Johan Van de Wauw <[email protected]> wrote: > That should have been: > > export LD_LIBRARY_PATH='' > gdalinfo > > set is for windows systems > > On Fri, Sep 8, 2017 at 11:51 AM, Johan Van de Wauw > <[email protected]> wrote: >> You are loading some external libraries from /usr/local >> Try resetting the LD_LIBRARY_PATH before running these commands eg >> set LD_LIBRARY_PATH='' >> gdalinfo >> >> On Fri, Sep 8, 2017 at 10:54 AM, Agustin Lobo <[email protected]> wrote: >>> After installing (with Synaptic) libgdal20, libgdal-dev, gdal-data and >>> gdal-bin on >>> Debian Buster, I get the following error for any gdal-bin program: >>> >>> >>> alobo@debi:~$ gdalinfo >>> gdalinfo: /usr/local/lib/libjpeg.so.62: no version information >>> available (required by /usr/lib/libgdal.so.20) >>> gdalinfo: /usr/local/lib/libjpeg.so.62: no version information >>> available (required by /usr/lib/i386-linux-gnu/libpoppler.so.68) >>> gdalinfo: /usr/local/lib/libjpeg.so.62: no version information >>> available (required by /usr/lib/libdfalt.so.0) >>> gdalinfo: relocation error: /usr/lib/libgdal.so.20: symbol >>> TIFFReadRGBATileExt, version LIBTIFF_4.0 not defined in file >>> libtiff.so.5 with link time reference >>> >>> What can I do? >>> Thanks >>> >>> Agus >>> >
