On Sun, 17 Dec 2023 22:31:48 -0500 Felix Miata via tde-devels devels@trinitydesktop.org wrote:
# inxi -S System: Host: big41 Kernel: 5.15.0-91-generic arch: x86_64 bits: 64 Desktop: Trinity v: R14.1.1 Distro: Ubuntu 20.04.6 LTS (Focal Fossa) # kmix kmix: error while loading shared libraries: libtdeinit_kmix.so: cannot open shared object file: No such file or directory # ls -gG /opt/trinity/lib/libtdeinit_kmix.so -rw-r--r-- 1 535712 Oct 15 17:49 /opt/trinity/lib/libtdeinit_kmix.so # ls -gG /opt/trinity/bin/kmix -rwxr-xr-x 1 17480 Oct 15 17:49 /opt/trinity/bin/kmix # dpkg-query -W | egrep 'tdelibs14|kmix' kmix-trinity 4:14.1.1-0ubuntu20.04.0+0 tdelibs14-imagetops-trinity 4:14.1.1-0ubuntu20.04.0+0 tdelibs14-trinity 4:14.1.1-0ubuntu20.04.0+0 #
How does one track down what's going wrong here? Is this a known issue?
Have a look at the ldconfig command. This is more likely a package manager screwup than a TDE issue.
E. Liddell