Re: [gdal-dev] Seek error accessing TIFF directory

2009-09-03 Thread Matt Bartolome
Thanks guys, I did a make clean (on both gdal and mapnik (scons.py -c)), then compiled gdal with the --with-hide-internal-symbols. This seems to have resolved the libtiff conflict going on with mapnik. -Matt On Thu, Sep 3, 2009 at 11:11 AM, Even Rouault wrote: > Selon Frank Warmerdam : > > In cas

Re: [gdal-dev] Seek error accessing TIFF directory

2009-09-03 Thread Even Rouault
Selon Frank Warmerdam : In case of conflict between GDAL internal libtiff and system libtiff with which mapnik would be linked, you can also try adding --with-hide-internal-symbols to the GDAL configure line. > Matt Bartolome wrote: > > Hello list, > > > > I just compiled gdal 1.6.2 on my fedora

Re: [gdal-dev] Seek error accessing TIFF directory

2009-09-03 Thread Frank Warmerdam
Matt Bartolome wrote: Hello list, I just compiled gdal 1.6.2 on my fedora 10 box from source. I'm in the process of evaluating some 2009 imagery in geotiff format. I've tried compiling with external libs and internal options with the same result. # ./configure --with-libtiff=internal --with-geo

[gdal-dev] Seek error accessing TIFF directory

2009-09-03 Thread Matt Bartolome
Hello list, I just compiled gdal 1.6.2 on my fedora 10 box from source. I'm in the process of evaluating some 2009 imagery in geotiff format. I've tried compiling with external libs and internal options with the same result. # ./configure --with-libtiff=internal --with-geotiff=internal When proc