[Gdal-dev] netcdf + ubuntu needs a trick

Mateusz Loskot mateusz at loskot.net
Wed Oct 17 07:40:51 EDT 2007


Mateusz Loskot wrote:
> This error is caused by missing libnetcdf.so symlink to
> libnetcdf.so.3.6.1. On Ubuntu Feisty, installation of libnetcdf package
> does not create this symlink, so you have to create it manually:
> 
> sudo ln -s /usr/lib/libnetcdf.so.3.6.1 /usr/lib/libnetcdf.so

Folks,

Small errata to my notes.
In order to get complete NetCDF environment installed on Ubuntu,
you need to install package named netcdfg-dev along libnetcdf3.

The package name is inconsistent for Debian world and I expected to find
libnetcdf-dev instead, so it's easy to miss it :-)

Summarizing, you need libnetcdf3 + netcdfg-dev

Cheers
-- 
Mateusz Loskot
http://mateusz.loskot.net



More information about the Gdal-dev mailing list