Changes between Initial Version and Version 1 of Ticket #4316


Ignore:
Timestamp:
Oct 28, 2011, 3:25:24 PM (13 years ago)
Author:
Mateusz Łoskot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4316 – Description

    initial v1  
    1 Trying to configure on RedHat EP 5,
    2 ./configure --with-mrsid=/opt/Raster_DSDK --with-jp2mrsid=yes --with-png=INTERNAL --with-libtiff=INTERNAL --with-geotiff=INTERNAL --with-jpeg=INTERNAL --with-gif=INTERNAL --with-hide-internal-symbols
     1Trying to configure on RedHat EP 5
     2
     3{{{
     4./configure --with-mrsid=/opt/Raster_DSDK --with-jp2mrsid=yes \
     5--with-png=INTERNAL --with-libtiff=INTERNAL \
     6--with-geotiff=INTERNAL --with-jpeg=INTERNAL \
     7--with-gif=INTERNAL --with-hide-internal-symbols
     8}}}
    39
    410getting the error message:
    511
    6  checking for TIFFScanlineSize64 in -ltiff... no
     12{{{
     13checking for TIFFScanlineSize64 in -ltiff... no
    714checking for XTIFFClientOpen in -lgeotiff... no
    815checking for XTIFFClientOpen in -lgeotiff... (cached) no
    916configure: error: We require at least GeoTIFF 1.2.1. Consider using the one supplied with GDAL
     17}}}