Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] Missing libsystemd.so.0? (Read 2543 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] Missing libsystemd.so.0?

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.

Re: Missing libsystemd.so.0?

Reply #1
IIRC no libsystemd wrapper is used in Artix (and thus in ARMtix) for a few years already
ARMtix
If you need to contact me, use email

Re: Missing libsystemd.so.0?

Reply #2
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

Re: Missing libsystemd.so.0?

Reply #3
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?
ARMtix
If you need to contact me, use email

Re: Missing libsystemd.so.0?

Reply #4
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
...