Hello,<br><br>Many times, I face the problem of not finding the libraries and after little bit investigation, I observe<br>that the problem could be solved by explicitly making soft link. For example:<br><br>csv610@blackhole:/usr/lib$ ls -al libglut.so.3<br>
lrwxrwxrwx 1 root root 16 2008-11-03 21:43 libglut.so.3 -> libglut.so.3.8.0<br><br>Many application when linked with -lglut report that library not found. Why the standard installation<br>doesn't create  a software link libglut.so->libglut.so.3 ? Any logical reasons ?<br>
<br>Thanks.<br>csv<br><br><br><br> <br><br>