System: Artix, Plasma, OpenRC
Package: ckb-next-openrc
ckb-next don't start anymore, starting it on Terminal get following error:
ckb-next: error while loading shared libraries: libquazip1-qt5.so.1.0.0: cannot open shared object file: No such file or directory
under this link: https://github.com/ckb-next/ckb-next/issues/648
is suggested to make following changes:
cd /usr/lib
sudo ln -sf libquazip1-qt5.so.1.0 libquazip5.so.1
here the list of "libquazip" in "/usr/lib/"
file:///usr/lib/libquazip1-qt5.so
file:///usr/lib/libquazip1-qt5.so.1.3
file:///usr/lib/libquazip1-qt5.so.1.3.0
file:///usr/lib/libquazip1-qt6.so
file:///usr/lib/libquazip1-qt6.so.1.3
file:///usr/lib/libquazip1-qt6.so.1.3.0
as you can see the library-version is different, what is the correct command?
can you help me to apply a definitive solution for all versiions of "libquazip"?
thank you in advance for your attention and support.
the package "ckb-next-openrc" install also "ckb-next" from "universe" but denie to start the service (even manually refuse to start) and dont set the service to "default"
the error-message say that no script is in "/usr/bin/" even if the script is definitely there.
the provvisional solution is to install working package = "aur/ckb-next-git", enable and start the service:
paru -S ckb-next-git
sudo rc-update add ckb-next-daemon default
sudo rc-service ckb-next-daemon start
the provvisional solution for the library is to make the proper symlink as follow:
cd /usr/lib/
sudo ln -sf libquazip1-qt5.so.1.3.0 libquazip1-qt5.so.1.0.0