Alex,

GDAL doesn't set the rpath when linking to external libraries, which causes 
such issue with libtool-based builds
The fix is to define the paths to the MrSID libraries in LD_LIBRARY_PATH

export 
LD_LIBRARY_PATH=/home/edma/MrSID_DSDK-9.5.4.4709-rhel6.x86-64.gcc531/Raster_DSDK/lib:/home/edma/MrSID_DSDK-9.5.4.4709-rhel6.x86-64.gcc531/Lidar_DSDK/lib:$LD_LIBRARY_PATH

Note: in your make log, you also have unrelated linking issues with libkea. you 
probably attempted a previous build against it.
I suggest you 'make clean' each time you run ./configure before rebuilding

Even

-- 
Spatialys - Geospatial professional services
http://www.spatialys.com
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to