On Tue, Mar 6, 2018 at 5:22 PM, Rich Shepard <[email protected]> wrote: > > I think there was a recent thread on *.in.lidar modules, but I paid no > attention as I'm not currently using lidar data. > > After checking out the latest from the grass7_trunk svn repository I > configured the source tree and tried to build it. There are errors in the > *.in.lidar modules; each has errors when I try to build each one separately: > > (r.in.lidar) > : /error while loading shared libraries: libproj.so.12: cannot open shared object file: No such file or directory
Apparently your liblas installation does not find libproj.so.12. If you compiled liblas from source, please recompile liblas. If you installed liblas from your distro's repo, this distro's repo is broken and you need to compile liblas from source. HTH, Markus M
_______________________________________________ grass-user mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/grass-user
