ckb-next: error while loading shared libraries: libquazip1-qt5.so.1.0.0: cannot
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.