<div><div>You mean this?</div><div> </div><div><span style="font-family:'courier new' , monospace"><strong>(cd apps; make)<br />make[1]: Entering directory '/home/psi1/Downloads/gdal-3.0.0/apps'</strong><br /><strong>/bin/bash /home/psi1/Downloads/gdal-3.0.0/libtool --mode=link --silent g++  gdalinfo_bin.lo  /home/psi1/Downloads/gdal-3.0.0/libgdal.la  -o gdalinfo</strong><br />/home/psi1/Downloads/gdal-3.0.0/.libs/libgdal.so: undefined reference to `proj_alter_name'</span></div><div> </div><div><span style="font-family:'courier new' , monospace">... <many other undefined references> ...</span></div><div> </div><div><span style="font-family:'courier new' , monospace">collect2: error: ld returned 1 exit status<br />GNUmakefile:82: recipe for target 'gdalinfo' failed<br />make[1]: *** [gdalinfo] Error 1<br />make[1]: Leaving directory '/home/psi1/Downloads/gdal-3.0.0/apps'<br />GNUmakefile:112: recipe for target 'apps-target' failed<br />make: *** [apps-target] Error 2</span></div></div><div> </div><div>11.06.2019, 22:21, "Andrew Bell" <andrew.bell.ia@gmail.com>:</div><blockquote><div><div> </div>In order to help, you should provide the link line -- at least the part of it that contains the library directory references.  Building GDAL is tricky and it's easy locate the wrong library/headers.  You should also locate other proj libraries on your system that might be getting found.</div> <div><div>On Tue, Jun 11, 2019 at 2:27 PM Igor Belyakov <<a href="mailto:belyakov-i@spsinf.ru">belyakov-i@spsinf.ru</a>> wrote:</div><blockquote style="border-left-color:rgb( 204 , 204 , 204 );border-left-style:solid;border-left-width:1px;margin-bottom:0px;margin-left:0.8ex;margin-right:0px;margin-top:0px;padding-left:1ex"><div><span style="font-family:'courier new' , monospace">$ export LD_LIBRARY_PATH=/usr/local/lib; make</span></div><div>- doesn't work either.</div><div>And <span style="font-family:'courier new' , monospace">/usr/local/lib</span> is already in <span style="font-family:'courier new' , monospace">/etc/ld.so.conf</span></div><div>(to be exact, it's in<span style="font-family:'courier new' , monospace"> /etc/ld.so.conf.d/libc.conf</span> that is included in <span style="font-family:'courier new' , monospace">/etc/ld.so.conf</span> with "<span style="font-family:'courier new' , monospace">include /etc/ld.so.conf.d/*.conf</span>")</div><div> </div><div>11.06.2019, 20:39, "Even Rouault" <<a href="mailto:even.rouault@spatialys.com">even.rouault@spatialys.com</a>>:</div><blockquote><p>On mardi 11 juin 2019 20:28:01 CEST Igor Belyakov wrote:</p><blockquote> I also checked (with readelf) if my libproj files contain those symbols.<br /> There are libproj.a, libproj.so, libproj.so.15 and libproj.so.15.1.0 files<br /> in usr/local/lib and they all contain symbol `proj_alter_name'. But for<br /> some reason the linker cannot find it.</blockquote><p><br />you may need to add /usr/local/lib to your /etc/ld.so.conf or define the<br />LD_LIBRARY_PATH=/usr/local/lib environment variable.<br />GDAL build process doesn't set RPATH by default.<br /><br />Even<br /> </p>--<br />Spatialys - Geospatial professional services<br /><a href="http://www.spatialys.com/">http://www.spatialys.com</a></blockquote>_______________________________________________<br />gdal-dev mailing list<br /><a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br /><a href="https://lists.osgeo.org/mailman/listinfo/gdal-dev">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a></blockquote></div> <div> </div>--<div>Andrew Bell<br /><a href="mailto:andrew.bell.ia@gmail.com">andrew.bell.ia@gmail.com</a></div></blockquote>