How does one use Asymptote on TL

Norbert Preining preining at logic.at
Sun Sep 15 06:59:09 CEST 2024


Hi Paulo,

coming back to that:

> asy: error while loading shared libraries: libglut.so.3: cannot open shared
> object file: No such file or directory

Do you have the respective glut package for your distribution isntalled?
It requires:

$ readelf -d ~/tl/2024/bin/x86_64-linux/asy | grep "Shared library"
 0x0000000000000001 (NEEDED)             Shared library: [libGLX.so.0]
 0x0000000000000001 (NEEDED)             Shared library: [libglut.so.3]
 0x0000000000000001 (NEEDED)             Shared library: [librt.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libz.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libGL.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libm.so.6]
 0x0000000000000001 (NEEDED)             Shared library: [libpthread.so.0]
 0x0000000000000001 (NEEDED)             Shared library: [libc.so.6]
 0x0000000000000001 (NEEDED)             Shared library: [ld-linux-x86-64.so.2]

>     https://tug.org/pipermail/tex-live/2016-September/039286.html
> 
> it was fixed for a little while, and it worked with a -V flag or latexmk,
> but now, not even that works.

Can you try
	sudo apt-get install libglut3.12

Maybe that helps?

Norbert

--
PREINING Norbert                              https://www.preining.info
arXiv / Cornell University   +   IFMGA Guide   +   TU Wien  +  TeX Live
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13


More information about the tex-live mailing list.