Yves, thanks for your answer It appears I had 2 gdal installed :
one by qgis from qgis.org repository ( 1.11) which corresponds to /usr/lib/libgdal.so and one installed via apt-get install gdal-bin from repositories (2.1) which corresponds to : /usr/local/lib/libgdal.so So I changed GDAL lib directory and gdal-config path in ccmake, and run the build again. It should do the trick I will report back if this solves the issue I had 2016-06-08 14:09 GMT+02:00 Yves Jacolin <[email protected]>: > On Wednesday, June 08, 2016 13:49:53 kimaidou wrote: > > Hi Bas, > > > > Thanks for your answer. > > It appears I built gdal on year ago to check GeoJson write capabilities > in > > QGIS. > > > > Now, I have indeed just upgraded to last Ubuntu xenial, and I am trying > to > > get rid of old GDAL build and reinstall GDAL from repositories. So I > > removed all symlinks made earlier today, I remove old Gdal build, remove > > all lines concerning GDAL in /etc/ld.so.conf.d/. I ran ldconfig > > > > Then uninstalled qgis and gdal-bin + libgdal and others, restarted my > > computer > > > > It still does not work. > > mdouchin@mdouchin-Lenovo-U41-70:~$ ldd /usr/local/bin/gdalinfo | grep > "not > > found" > > libnetcdf.so.7 => not found > > libgif.so.4 => not found > > > > I will do some more googling.... > If you install Gdal from package, why do you have such path to your gdal: > /usr/local/bin/gdalinfo > > How did you clean up gdal build? "make clean" don't remove gdal > installation, > you should remove the directory by hand. > > Y. >
_______________________________________________ Qgis-developer mailing list [email protected] List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer
