<div dir="ltr">Hi All,<br><div><br></div><div>Please help us in the following.</div><div>We are using the gdal 2.3.2 version for our product.</div><div>we need to update the binaries with ASLR built'ones for security reasons.</div><div>which version of gdal is supported with PIE(ASLR) enabled binaries.</div><div><br></div><div>Please share with us the detailed steps to install it from the source.</div><div><br></div><div>build environment:</div><div>our OS is Red Hat Enterprise Linux Server 7.8</div><div><br></div><div>Thanks,</div><div>Kavitha</div><div><br></div><div>Detailed Steps which i tried today:<br> we have downloaded the 3.1.0 from <a href="https://gdal.org/download.html#development-source">https://gdal.org/download.html#development-source</a> <br> cd gdalDevKits<br> export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig<br> tar -xvf gdal-3.1.0.tar.gz <br> cd gdal-3.1.0<br>  ./configure<br>configure: Bash completions not requested<br>checking for PROJ >= 6 library... checking for proj_create_from_wkt in -lproj... no<br>checking for internal_proj_create_from_wkt in -lproj... no<br>checking for internal_proj_create_from_wkt in -linternalproj... no<br>configure: error: PROJ 6 symbols not found<br><br>After i did the search in google, i found that we need to use --with-proj. but no luck on it.<br>   ./configure --with-proj=/usr/local<br>  configure: Bash completions not requested<br>checking for PROJ >= 6 library... checking for proj_create_from_wkt in -lproj... no<br>checking for internal_proj_create_from_wkt in -lproj... no<br>checking for internal_proj_create_from_wkt in -linternalproj... no<br>configure: error: PROJ 6 symbols not found <br> <br><br>My linux OS is <br> cat /etc/os-release<br>NAME="Red Hat Enterprise Linux Server"<br>VERSION="7.8 (Maipo)"<br>ID="rhel"<br>ID_LIKE="fedora"<br>VARIANT="Server"<br>VARIANT_ID="server"<br>VERSION_ID="7.8"<br>PRETTY_NAME="Red Hat Enterprise Linux Server 7.8 (Maipo)"<br>ANSI_COLOR="0;31"<br>CPE_NAME="cpe:/o:redhat:enterprise_linux:7.8:GA:server"<br>HOME_URL="<a href="https://www.redhat.com/">https://www.redhat.com/</a>"<br>BUG_REPORT_URL="<a href="https://bugzilla.redhat.com/">https://bugzilla.redhat.com/</a>"<br><br>REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 7"<br>REDHAT_BUGZILLA_PRODUCT_VERSION=7.8<br>REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"<br>REDHAT_SUPPORT_PRODUCT_VERSION="7.8"<br><br></div></div>