<div dir="ltr"><div><div><div>Hi,<br><br></div>I'm having from quiet some time now an issue when building GDAL against an external TIFF library. For sure is a very silly thing but I'm missing something important nonetheless. So long, I ended up always compiling with --with-libtiff=internal and have a perfectly functional installation, but I'm just curious about this.<br><br>The things goes as follows: I installed tiff-4.0.3.tar.gz from <a href="http://osgeo.org">osgeo.org</a>, then I try to configure the GDAL build with --with-libtiff=/usr/local/, where I installed the libtiff, and it compiles. But somehow, when executing gdalinfo against a TIFF, I get the following:<br><br>Warning 1: libtiff version mismatch : You're linking against libtiff 3.X, but GDAL has been compiled against libtiff >= 4.0.0<br><br></div>And when I ldd gdalinfo, I get:<br><br> libtiff.so.4 => /usr/lib/i386-linux-gnu/libtiff.so.4 (0xb6482000)<br> libtiff.so.5 => /usr/local/lib/libtiff.so.5 (0xb640e000)<br><br></div>and I'm at a loss, it seems that is trying to link to the system library instead the custom installed. Any insight on this will be most welcomed. Many thanks in advance.<br clear="all"><div><div><div><div><div><div dir="ltr"><div style="font-family:Helvetica,arial,sans-serif;font-size:18px;padding:20px 5px 10px 0px"><div><font color="#82b600">Juan Pedro Pérez Alcántara</font></div><div><font color="#7d7b7c">Chief Science Officer<br></font></div><div><br></div><div><a href="mailto:jp.alcantara@geographica.gs" style="color:rgb(125,123,124);font-size:12px;text-decoration:none" target="_blank">jp.alcantara@geographica.gs</a></div><div><a value="+34645816025" style="font-size:12px;color:rgb(17,85,204)">+34 670 786 422</a></div><div><u style="color:rgb(125,123,124);font-size:12px">                                                          </u><br></div><div><span style="color:rgb(125,123,124);font-size:12px">Avda. de Grecia 8</span></div><div><span style="color:rgb(125,123,124);font-size:12px">41012 Sevilla, Spain</span></div><div><span style="color:rgb(125,123,124);font-size:12px"><br></span></div><div><span style="color:rgb(125,123,124);font-size:12px">T  </span><a value="+34954701157" style="font-size:12px;color:rgb(17,85,204)">+34 954 701 157</a></div><div><span style="font-size:12px;color:rgb(125,123,124)">F  </span><a value="+34955110441" style="font-size:12px;color:rgb(17,85,204)">+34  955 110 441</a></div><div><div style="font-size:12px;display:inline!important"><b><font style="background-color:rgb(255,255,255)" color="#93c47d"><a href="http://www.geographica.gs" target="_blank">www.geographica.gs</a></font></b></div></div></div></div></div>
</div></div></div></div></div>