Artix Linux Forum

Artix Linux => Other Architectures => ARMtix => Topic started by: kiblaster on 10 August 2024, 19:47:24

Title: [SOLVED] Missing libsystemd.so.0?
Post by: kiblaster on 10 August 2024, 19:47:24
I installed nheko from extra:
Code: [Select]
nheko: error while loading shared libraries: libsystemd.so.0: cannot open shared object file: No such file or directory

I built a QT app:
Code: [Select]
QQmlApplicationEngine failed to load component
qrc:/main.qml:3:1: Cannot load library /usr/lib/qt6/qml/QtMultimedia/libquickmultimediaplugin.so: libsystemd.so.0: cannot open shared object file: No such file or directory

Not sure how that is happening, I have "galaxy/artix-archlinux-support" installed.
Before it was working, I just made a new installation.
I was building nheko that was not in the repo.
Title: Re: Missing libsystemd.so.0?
Post by: phoenix_king_rus on 10 August 2024, 21:06:14
IIRC no libsystemd wrapper is used in Artix (and thus in ARMtix) for a few years already
Title: Re: Missing libsystemd.so.0?
Post by: kiblaster on 10 August 2024, 21:08:49
I wonder why it complains about libsystemd.so.0 while Artix (x86) does not.

Even world/mpv:
Code: [Select]
mpv: error while loading shared libraries: libsystemd.so.0: cannot open shared object file: No such file or directory
Title: Re: Missing libsystemd.so.0?
Post by: phoenix_king_rus on 11 August 2024, 12:22:44
I wonder why it complains about libsystemd.so.0 while Artix (x86) does not.

Even world/mpv:
Code: [Select]
mpv: error while loading shared libraries: libsystemd.so.0: cannot open shared object file: No such file or directory

Are you sure you install packages from ARMtix, not ALARM? Maybe you pulled some ALARM lib which requires libsystemd?
Title: Re: Missing libsystemd.so.0?
Post by: kiblaster on 11 August 2024, 19:50:38
I always had extra repo as last.
I also have "alarm" and "aur" repos but no package from there is installed, not sure what they are.
Code: [Select]
[danctnix]

[system]

[world]

[galaxy]

[armtix]

[extra]
On old installation I do not have missing libsystemd.

paclist shows packages from a repo even if I have other repo version installed:
Code: [Select]
paclist danctnix
alsa-ucm-conf 1.2.9-1.2
...
libgpiod 1.6.4-1
libmm-glib 1.22.0-1
libpulse 16.1-7
...
Title: Re: Missing libsystemd.so.0?
Post by: kiblaster on 20 September 2024, 13:32:34
I checked all libs problem was libpulse.
I need alsa-ucm-conf from danctnix to have sound on the PinePhone.

But again I have service root-ro command failed with exit code 32 (https://forum.artixlinux.org/index.php/topic,7016.0.html)
and segmentation fault in all QT apps (https://forum.artixlinux.org/index.php/topic,7060.0.html).
It seems that I need to use something else.