[SOLVED] Spectacle: error while loading shared libraries: libvpx.so.8
by eurodrigolira from LinuxQuestions.org on (#6J1VV)
After the latest updates, Spectacle kept showing an error with the libraries, specifically with libvpx.so.8.
Code:spectacle: error while loading shared libraries: libvpx.so.8: cannot open shared object file: No such file or directoryI solved the issue by creating a symbolic link to libvpx.so.9.0.0.
Code:sudo ln -s /usr/lib64/libvpx.so.9.0.0 /usr/lib64/libvpx.so.8
Code:spectacle: error while loading shared libraries: libvpx.so.8: cannot open shared object file: No such file or directoryI solved the issue by creating a symbolic link to libvpx.so.9.0.0.
Code:sudo ln -s /usr/lib64/libvpx.so.9.0.0 /usr/lib64/libvpx.so.8