Re: [gdal-dev] Segmentation fault using gdal 1.4.4 and 1.5.2 on netcdf

2008-08-30 Thread Francesco Paolo Lovergine
On Wed, Aug 27, 2008 at 11:41:44PM +0200, Even Rouault wrote: > Vishal, > > you can use both netcdf and HDF4, but you'll have to uninstall the HDF4 > library packaged by Ubuntu, and compile it from the source with the > instructions given in the wiki. > > Maybe worth reporting that to Debian/Ub

RE: [gdal-dev] Segmentation fault using gdal 1.4.4 and 1.5.2 on netcdf

2008-08-27 Thread Vishal Mehta
Rouault; Vishal Mehta Subject: Re: [gdal-dev] Segmentation fault using gdal 1.4.4 and 1.5.2 on netcdf On Wednesday 27 August 2008, Even Rouault wrote: > Any chance that you are building GDAL with HDF4 support too ? > > http://trac.osgeo.org/gdal/wiki/NetCDF says : > > "

Re: [gdal-dev] Segmentation fault using gdal 1.4.4 and 1.5.2 on netcdf

2008-08-27 Thread Even Rouault
gt; From: Dylan Beaudette [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 27, 2008 2:11 PM > To: gdal-dev@lists.osgeo.org > Cc: Even Rouault; Vishal Mehta > Subject: Re: [gdal-dev] Segmentation fault using gdal 1.4.4 and 1.5.2 on > netcdf > > On Wednesday 27 August 2008, Even

RE: [gdal-dev] Segmentation fault using gdal 1.4.4 and 1.5.2 on netcdf

2008-08-27 Thread Vishal Mehta
Mehta Subject: Re: [gdal-dev] Segmentation fault using gdal 1.4.4 and 1.5.2 on netcdf On Wednesday 27 August 2008, Even Rouault wrote: > Any chance that you are building GDAL with HDF4 support too ? > > http://trac.osgeo.org/gdal/wiki/NetCDF says : > > "If building GDAL with

Re: [gdal-dev] Segmentation fault using gdal 1.4.4 and 1.5.2 on netcdf

2008-08-27 Thread Dylan Beaudette
On Wednesday 27 August 2008, Even Rouault wrote: > Any chance that you are building GDAL with HDF4 support too ? > > http://trac.osgeo.org/gdal/wiki/NetCDF says : > > "If building GDAL with both HDF4 and NetCDF support it is necessary to > build the HDF library specially or a dangerous conflict wil

Re: [gdal-dev] Segmentation fault using gdal 1.4.4 and 1.5.2 on netcdf

2008-08-27 Thread Even Rouault
Any chance that you are building GDAL with HDF4 support too ? http://trac.osgeo.org/gdal/wiki/NetCDF says : "If building GDAL with both HDF4 and NetCDF support it is necessary to build the HDF library specially or a dangerous conflict will occur. See the http://trac.osgeo.org/gdal/wiki/HDF topi

Re: [gdal-dev] Segmentation fault using gdal 1.4.4 and 1.5.2 on netcdf

2008-08-27 Thread Dylan Beaudette
On Wednesday 27 August 2008, Vishal Mehta wrote: > Hello all, > > I continue to have 'segmentation fault' error using gdal-1.5.2 on Ubuntu > 8.04 with netcdf files. > > I re-compiled gdal from source again, this time with Dylan Beaudette's > gracious help (thanks Dylan!). I still got segmentation f

Re: [gdal-dev] Segmentation fault using gdal 1.4.4 and 1.5.2 on netcdf

2008-08-27 Thread Mateusz Loskot
Vishal Mehta wrote: Hello all, I continue to have 'segmentation fault' error using gdal-1.5.2 on Ubuntu 8.04 with netcdf files. I re-compiled gdal from source again, this time with Dylan Beaudette's gracious help (thanks Dylan!). I still got segmentation fault. Below are the last few lines of

[gdal-dev] Segmentation fault using gdal 1.4.4 and 1.5.2 on netcdf

2008-08-27 Thread Vishal Mehta
Hello all, I continue to have 'segmentation fault' error using gdal-1.5.2 on Ubuntu 8.04 with netcdf files. I re-compiled gdal from source again, this time with Dylan Beaudette's gracious help (thanks Dylan!). I still got segmentation fault. Below are the last few lines of strace - hope that h

Re: [gdal-dev] Segmentation fault using gdal 1.4.4 and 1.5.2 on netcdf data

2008-08-15 Thread Maarten Plieger
problem i thought.. thanks, vishal __ From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Frank Warmerdam [EMAIL PROTECTED] Sent: Thursday, August 14, 2008 11:12 AM To: Vishal Mehta Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] Segmentation fault using gdal 1.4.4 and 1.5.2

RE: [gdal-dev] Segmentation fault using gdal 1.4.4 and 1.5.2 on netcdf data

2008-08-14 Thread Vishal Mehta
ubject: Re: [gdal-dev] Segmentation fault using gdal 1.4.4 and 1.5.2 on netcdf data On Thu, Aug 14, 2008 at 12:42 PM, Vishal Mehta <[EMAIL PROTECTED]> wrote: > 2. I compiled from source gdal1.5.2 from > http://trac.osgeo.org/gdal/wiki/DownloadSource > > using the following conf

Re: [gdal-dev] Segmentation fault using gdal 1.4.4 and 1.5.2 on netcdf data

2008-08-14 Thread Dylan Beaudette
On Thursday 14 August 2008, Vishal Mehta wrote: > Hello all, > > I've been having problems getting gdal to work with netcdf files. > > Using Ubuntu 8.04 LTS (Hardy) > 1. problems with libgdal 1.4.4 > First i tried the default gdal versions and libraries installed through > Synaptic Package Manager.

Re: [gdal-dev] Segmentation fault using gdal 1.4.4 and 1.5.2 on netcdf data

2008-08-14 Thread Frank Warmerdam
On Thu, Aug 14, 2008 at 12:42 PM, Vishal Mehta <[EMAIL PROTECTED]> wrote: > 2. I compiled from source gdal1.5.2 from > http://trac.osgeo.org/gdal/wiki/DownloadSource > > using the following configure > > ./configure --with-netcdf=/usr/lib --with-libtiff=yes --with-geotiff=yes > --with-jpeg=/usr/l

[gdal-dev] Segmentation fault using gdal 1.4.4 and 1.5.2 on netcdf data

2008-08-14 Thread Vishal Mehta
Hello all, I've been having problems getting gdal to work with netcdf files. Using Ubuntu 8.04 LTS (Hardy) 1. problems with libgdal 1.4.4 First i tried the default gdal versions and libraries installed through Synaptic Package Manager. The packaged version was gdal 1.4.4 All programs that call