I haven’t updated in a while and after updating today, gnome-boxes no longer launches.
I get the following error if launched from a terminal:
gnome-boxes: error while loading shared libraries: libswscale.so.5.7: cannot open shared object file: No such file or directory
I looked at the dep list for gnome boxes and libswscale is not in there. As another matter, a newer version of libswscale is installed from ffmpeg.
Anyone else with the same issue or can offer ideas?
I’ve confirmed I can run my VMs from virt-manager, so I know all the virtualization side of things is working.
this may show packages that are still built against old library version. If that shows nothing (which is likely, otherwise you had error during package installation/update), run
strace -f -o /tmp/strace.out gnome-boxes
and upload strace.out to https://susepaste.org/. Replace “gnome-boxes” with correct command name.
...
libcom_err.so.2 => /lib64/libcom_err.so.2 (0x00007f61a8041000)
libswscale.so.5.7 => not found
libxkbfile.so.1 => /lib64/libxkbfile.so.1 (0x00007f61a8018000)
libgsm.so.1 => /lib64/libgsm.so.1 (0x00007f61a8009000)
libfaad.so.2 => not found
libfaac.so.0 => not found
libavcodec.so.58.91 => not found
libavutil.so.56.51 => not found
libswresample.so.3.7 => not found
libdbus-1.so.3 => /lib64/libdbus-1.so.
...