[Qgis-developer] Build issue on Ubuntu 16.04 xenial with release-2_14 : crssync target failed

Bas Couwenberg sebastic at xs4all.nl
Wed Jun 8 02:53:10 PDT 2016


On 2016-06-08 11:46, kimaidou wrote:
> Here are the command lines used to make gdalinfo happy (quite hackish 
> ... )
> 
> ln -s /usr/lib/x86_64-linux-gnu/libgif.so
> /usr/lib/x86_64-linux-gnu/libgif.so.4
> ln -s /usr/lib/x86_64-linux-gnu/libnetcdf.so
> /usr/lib/x86_64-linux-gnu/libnetcdf.so.7
> echo "/usr/lib/x86_64-linux-gnu/" >> /etc/ld.so.conf.d/qgis.conf
> ldconfig

Please don't ever create your own library symlinks, this is always 
wrong.

You need to rebuild your GDAL with the currently installed dependencies, 
as it looks like you upgraded the system packages but never rebuilt your 
custom GDAL after you upgraded your Ubuntu system to xenial.

Kind Regards,

Bas




More information about the Qgis-developer mailing list