<div dir="ltr">Hi,<div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Apr 10, 2014 at 10:31 PM, David Strom <span dir="ltr"><<a href="mailto:dstrom@ciesin.columbia.edu" target="_blank">dstrom@ciesin.columbia.edu</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">I'm on a Centos 6.4 system. We need BigTiff support, so the Elgis versions don't work for us.<br>


<br>
So, I've built libgeotiff using libtiff4 (from elgis repo), then built gdal (/usr/local/bin/gdalinfo --version GDAL 1.9.2, released 2012/10/08); did the make installs into /usr/local for both, of course.<br></blockquote>

<div><br></div><div style>In the directory where you compiled gdal, run:</div><div style><br></div><div style>sudo ldconfig</div><div style><br></div><div style>and as suggested run also:</div><div style><br></div><div style>

export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH</div><div style> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">


<br>
Now having problems with Grass 7.0 Beta1, at compile time (make).  Seems like it's not finding gdal lib:<br>
<br>
in display subdirectory :<br>
<br>
... error while loading shared libraries: libgdal.so.1: cannot open shared object file: No such file or directory<br>
<br>
then again in general subdir, so I notice the pattern & look for that lib:<br>
<br>
find /usr/local -name libgdal.so.1 -print<br>
/usr/local/lib/libgdal.so.1<br>
/usr/local/share/gdal-trunk/.<u></u>libs/libgdal.so.1<br>
/usr/local/hidelib/libgdal.so.<u></u>1<br>
<br>
Any help on how to get past this?<br>
<br>
This the configure I'm using, from the suggested:<br>
<br>
./configure \<br>
 --with-libs=/usr/lib64 \<br>
 --with-cxx \<br>
 --without-ffmpeg \<br>
 --with-gdal=/usr/local/bin/<u></u>gdal-config \<br></blockquote><div><br></div><div style>In the unlikely case it still doesn't work, try to explicitly link :</div><div style><br></div><div>--with-gdal=/usr/local/bin/gdal-config \</div>

<div>--with-gdal-includes=/usr/local/include \</div><div style>--with-gdal-libs=/usr/local/lib \ </div><div><br></div><div style>HTH,</div><div style>madi </div></div><br clear="all"><div><br></div>-- <br><div dir="ltr">
<div>
<font color="#666666">Best regards,</font></div><div><font color="#666666"><br></font></div><div><font color="#666666">Dr. Margherita DI LEO    </font></div><div><span style="color:rgb(102,102,102);font-family:arial;font-size:small">Scientific / technical project officer</span><br>

</div><div><font color="#666666"><br></font></div><div><font color="#666666">European Commission - DG JRC </font></div><div><font color="#666666">Institute for Environment and Sustainability (IES)</font></div><div><font color="#666666">Via Fermi, 2749</font></div>

<div><font color="#666666">I-21027 Ispra (VA) - Italy - TP 261</font></div><div><font color="#666666">       </font></div><div><font color="#666666">Tel. +39 0332 78 3600   </font></div><div><font color="#666666"><a href="mailto:margherita.di-leo@jrc.ec.europa.eu" target="_blank">margherita.di-leo@jrc.ec.europa.eu</a></font></div>

<div><font color="#666666"><br></font></div><div><font color="#666666">Disclaimer: The views expressed are purely those of the writer and may not in any circumstance be regarded as stating an official position of the European Commission.</font></div>

</div>
</div></div>