<div dir="ltr">To track the source of the problem I did a plain vanilla install of TL 2016 on top of a vanilla install of Ubuntu 16.04 LTS. I installed nothing else and updated TL. Running Asymptote on gets:<div><br></div><div><div>$ which asy</div><div>/usr/local/texlive/2016/bin/x86_64-linux/asy</div><div><div>$ asy</div><div>asy: error while loading shared libraries: libglut.so.3: cannot open shared object file: No such file or directory</div></div><div><br></div><div>ldd shows that libglut is indeed missing, and can be fixed with:</div></div><div><br></div><div>sudo apt-get install freeglut3<br></div><div><br></div><div>Is that supposed to be the normal situation? Should this be remaked on post-install notes?</div><div><br></div><div>Paulo Ney</div></div>