E. Liddell composed on 2023-12-18 12:16 (UTC-0500):
On Sun, 17 Dec 2023 22:31:48 -0500 Felix Miata
via tde-devels 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.
Package manager? Or, packaging? It seems some recent transaction of some
sort resulted in kmix-trinity inexplicably being uninstalled, in both
Focal, and Jammy, thus needed to be installed, apparently "anew", and
the kmix-trinity installation process did not get the needed ldconfig
done. The installs were done with apt-get in Jammy and apt in Focal.
Hi all,
this is a long-term problem that concerns not only kmix package but more
packages - all that contain plugins such as tdeinit modules - for example
kbiff. So it deserves a universal automatic solution. I hope it could be
solved soon for deb packaging.
See TDE/tdemultimedia#29 and TDE/tde-packaging#266.