Re: [gdal-dev] gdal segmentation fault when reading NetCDF grid files

2008-11-24 Thread Even Rouault
Hi Roger, Yes, this is a reccurent issue. the way libhdf4g is built in Ubuntu (up to here... apparently a solution is in Debian experimental, so it should change... after Lenny) is not compatible with its use with netcdf. So you should either select one of both formats when configuring GDAL, e

[gdal-dev] gdal segmentation fault when reading NetCDF grid files

2008-11-24 Thread Roger André
Hi everyone, I'm having some problems getting gdal to read netCDF grid files using gdal-1.5.2 which I have built from source. It is running on an Ubuntu 8.04 machine, and was built after the following dependencies were installed: $ sudo apt-get install libnetcdf4 libnetcdf-dev netcdfg-dev ne