[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: gdal utilities do not work on my Debian Buster system



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
<johan.vandewauw@gmail.com> 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
> <johan.vandewauw@gmail.com> 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 <alobolistas@gmail.com> 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
>>>
>


Reply to: