Re: [gdal-dev] Can't build GDAL from Source on Ubuntu Linux 16.04 x64

2019-04-23 Thread Even Rouault
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/

[gdal-dev] Can't build GDAL from Source on Ubuntu Linux 16.04 x64

2019-04-22 Thread Alex
Hello List, I'm new, so please bear with me. I'm having issues building GDAL from source-- specifically 2.3.3. I"m just trying to install it with the Extensis MrSID plugin. This seems to be the only pathway to read MrSID files. I have attached my errors and config logs. Any help is truly appreciat