Article 6J1VV [SOLVED] Spectacle: error while loading shared libraries: libvpx.so.8

[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
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments