Re: [gdal-dev] Error after building GDAL 2 in Debian jessie

2017-10-17 Thread aborruso
Hi Even, thank you very much. Even Rouault-2 wrote > It looks you have at least two libsqlite3 installed on your system ? You > built > against one that has sqlite3_column_table_name available, but at runtime > the > dynamic loader finds one that has not it. > You can use LD_LIBRARY_PATH to poi

Re: [gdal-dev] Error after building GDAL 2 in Debian jessie

2017-10-17 Thread Even Rouault
On lundi 16 octobre 2017 23:47:54 CEST aborruso wrote: > Hi all, > I have tried to build GDAL 2.2 [1], using this steps [1]. > > I have no problem in building, but after I have installed it, I have this > error for every GDAL/OGR command I run: > > "symbol lookup error: /usr/lib/libgdal.so.20: un

[gdal-dev] Error after building GDAL 2 in Debian jessie

2017-10-16 Thread aborruso
Hi all, I have tried to build GDAL 2.2 [1], using this steps [1]. I have no problem in building, but after I have installed it, I have this error for every GDAL/OGR command I run: "symbol lookup error: /usr/lib/libgdal.so.20: undefined symbol: sqlite3_column_table_name" I'm a newbie, I do not kn