Hi everyone<br><br>Trying to compile GRASS 7 I had an issue similar to the one on this thread : <a href="http://lists.osgeo.org/pipermail/grass-dev/2011-May/054559.html">http://lists.osgeo.org/pipermail/grass-dev/2011-May/054559.html</a><br>
<br>I built the latest version of libLAs from repository (version 1.7) and it&#39;s appear that on ubuntu the shared library have  different name than those of previous version of libLAs . <br> <br>So my guess is that GRASS wait for liblas.so and liblas_c.so but in /usr/local/lib there are only liblas.so.2.0 and liblas_c.so.2.0 (for newer version of libLAs --someone can confirm ?)<br>
<br>So to fix this problem, I create some symlink like this<br><br>sudo ln -s liblas.so.2.0 liblas.so<br>sudo ln -s liblas_c.so.2.0 liblas_c.so<br><br>Hope this will help <br><br>There is another work around for this problem ?<br>
<br>