-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libavformat.so.58: cannot open shared object file: No such file or directory #99
Comments
+1 Debian 12 same error!!! |
I got it working by installing the plugin from the repo! |
Are you using the version from the GitHub releases page? That's the version built in GitHub Actions which uses Ubuntu 22.04 which must be using an older version of libavformat. Maybe it'd be better to use static linking for the direct download version while versions in distros repos can continue to use shared linking which will presumably be rebuilt whenever libavformat is updated. |
I'm using Manjaro 23.1.0 and checking the ffmpeg package, it says that libavformat dependency is 60-64. Can't find the specific version, but it seems to be above 58 for sure. |
+1, same issue on LMDE. EDIT: Package |
I built it and linked it for libavformat 0:7.0.2 (fedora 41) so this might work for people having this issue who can't compile it themselves but if you have the package available from your distro's package manager you should use that |
OS: Ubuntu 23.04 x86_64
'ffmpeg' is installed with apt and 'mpv' is installed with snap.
It seems like my system has installed 'libavformat59'.
Any solution or workarounds?
The text was updated successfully, but these errors were encountered: