<div dir="ltr"><br><br>On Mon, Feb 10, 2020 at 7:37 PM Rich Shepard <<a href="mailto:rshepard@appl-ecosys.com">rshepard@appl-ecosys.com</a>> wrote:<br>><br>> On Mon, 10 Feb 2020, Markus Metz wrote:<br>><br>> > have a look at the end of config.log, there should be more details about<br>> > the error.<br>><br>> Markus M,<br>><br>> Mea culpa! I should have thought of doing this. This seems to be the cause:<br>><br>> configure:7007: gcc -o conftest -g -O2  -O2 -fPIC  -I/usr/include<br>> -I/usr/include -I/usr/include -I/usr/include -I/usr/include<br>> -Wl,--export-dynamic  -L/usr/lib64 conftest.c  -L/usr/lib -llas -llas_c<br>> -L/usr/lib64 /usr/lib64/libboost_program_options.so<br>> /usr/lib64/libboost_thread.so /usr/lib64/libgdal.so<br>> /usr/lib64/libgeotiff.so /usr/lib64/libtiff.so /usr/lib64/liblaszip.so 1>&5<br>> /usr/lib64/gcc/x86_64-slackware-linux/5.5.0/../../../../x86_64-slackware-linux/bin/ld:<br>> warning: libgeotiff.so.2, needed by /usr/lib64/liblas.so, not found (try<br>>           ^^^^^^^^^^^^^^^<br>> Installed here is libgeotiff-1.5.1 and /usr/lib64/libgeotiff.so.5<br><div><br></div><div>You need to update liblas, i.e. rebuild it against the libgeotiff version currently on your system<br></div><div>></div>> /usr/lib64/gcc/x86_64-slackware-linux/5.5.0/../../../../x86_64-slackware-linux/bin/ld:<br>> warning: libgdal.so.20, needed by /usr/lib64/liblas.so, not found (try<br>>           ^^^^^^^^^^^^^<br>> Installed here is gdal-3.0.2 and /usr/lib64/libgdal.so.26.<br><div><br></div><div>this might not work, liblas is no longer maintained, not sure if it can be compiled against GDAL 3. In the worst case, it can be compiled against GDAL 3, but produce strange errors<br></div><div>></div>> libLAS is looking for those specific versions of libgeotiff and libgdal.<br>> Where do I make grass aware of the newer versions of these libraries?<br><div><br></div><div>you need to make liblas aware of newer versions of these libraries, not grass.</div><div><br></div><div>Markus M</div><div><br></div><div>></div>> Thanks,<br>><br>> Rich<br>><br>><br>> _______________________________________________<br>> grass-user mailing list<br>> <a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>> <a href="https://lists.osgeo.org/mailman/listinfo/grass-user">https://lists.osgeo.org/mailman/listinfo/grass-user</a></div>