Opened 13 years ago
Last modified 8 years ago
#21 closed defect
MrSID won't compile with UbuntuGIS GDAL 1.9 - libgeotiff issue — at Initial Version
Reported by: | gfleming | Owned by: | |
---|---|---|---|
Component: | General | Severity: | serious |
Keywords: | Cc: | warmerdam |
Description
I've just upgraded to gdal 1.9 (UbuntuGIS) on Ubuntu 11.10. When I tried to compile MrSID support (which was working fine in 1.8) I get this:
checking for XTIFFClientOpen in -lgeotiff... no configure: error: libgeotiff is required to build GDAL MrSID driver
with both these MrSID versions:
gdal-mrsid-build /usr/local/MrSID_DSDK-8.5.0.3422-linux.x86-64.gcc44/Raster_DSDK/ (for this I also had to disable jp2mrsid in the gdal-mrsid-build script)
and
gdal-mrsid-build /usr/local/Geo_DSDK-7.0.0.2167/
I have libgeotiff 1.3 and 1.2.5 installed.
I brought this up on the gdal-dev list and Even Roualt said:
this should be something to report to the ubuntugis team. This build script isn't maintained by the GDAL project itself. Looking at the symbols needed by libltidsdk.so from the 8.0.0 SDK, there's no reason from requiring libgeotiff to build the MrSID SDK. I'm wondering if this error doesn't come from the fact that GDAL 1.9.0 in ubuntugis is now built with versionned symbols now.