I am trying to install GDAL on a linux machine and tested some sample commands like gdalinfo --version This worked fine, but when I started working with images like .tif I got the following error .
Warning 1: TIFFReadDirectoryCheckOrder:Invalid TIFF directory; tags are not sorted in ascending order
ERROR 1: MissingRequired:TIFF directory is missing required "ImageLength" field
gdalinfo failed - unable to open '1.tif'.
I reinstalled libtiff but I am still getting the same error.
Iam working on CentOS release 5.7 (Final) .Is there any one who worked on this. Any help is appreciated.
