I want to try the precompiled version from https://github.com/damiensellier/CtrlrX/releases/download/v5.6.34/CtrlrX-5.6.34-Linux.zip on my Fedora 43 system.
When I start the standalone binary I get this error message:
./CtrlrX: error while loading shared libraries: libsframe.so.1: cannot open shared object file: No such file or directory
libsframe is part of the binutils.
If I type in my terminal:
rpm -ql binutils | grep libsframe
I see this:
/usr/lib64/libsframe.so
/usr/lib64/libsframe.so.2
/usr/lib64/libsframe.so.2.0.0
but no libsframe.so.1
How to fix my problem?