-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
SSR fails to start after ffmpeg upgrade (libavformat.so.60 not found) #1034
Comments
This just means you have to recompile the package. https://wiki.archlinux.org/title/Arch_User_Repository#Updating_packages |
Also see #1031 |
Ok, I've tried to compile it via AUR
|
simplescreenrecorder-bin compiled successfully but it still won't run with the same libav error. |
current simplescreenrecorder(-git) PKGBUILDS can not be built on Arch. And here is the pastebin when you makepkg the app Just tell us what you need more Error message: |
The missing library thing just means you need to rebuild ( https://wiki.archlinux.org/title/Arch_User_Repository#Updating_packages ). If you have problems building with ffmpeg 7, have you tried the patch from #1031 ?, |
It's not just one missing library, it's a library hell that is missing. There are at least 5 missing libraries but I got stuck at the 5th - I can't find its package anywhere. So far I downloaded these packages dav1d-1.2.0-1 libvpx-1.13.0-2 ffmpeg-2_6.0-9 libjxl-0.8.2-2 rav1e-0.5.1-2 and everything from their /ursr/lib I put in my /usr/lib. But I got stuck at finding libSvtAv1Enc.so.1. Not worth the trouble, the developer of SSR hasn't been active on GitHub for 3 months (if I read his activity data correctly) and KDE's Spectacle is said to be able to record the screen. |
vokoscreen works fine and it is in the repositories |
Thanks, it compiled properly now with the patched files. |
it is fixed see #1036 (comment) |
I can confirm that the provided solution works. Should I close this issue or wait for global fix? |
I can see a new version (0.4.4-3) on AUR with the fix now, so this could indeed be closed I think. |
Closing. Thanks a lot to everyone. |
While the AUR package has a patch, the problem still exists in the software. The issue isn't fixed, but I suppose the pull request is sufficient. |
(When I ran into this issue, i needed something fast, and the following solved it for me. I mention it here because you might find the info useful "next time".) There is a chinese repository called archlinuxcn which often has older versions of things (especially things relating to graphics and GPUs) in a package whose name has the (old) version baked in. So I found via That repository is
|
After Archlinux upgrade of package ffmpeg, SSR fails to start due to several libraries are missing:
The text was updated successfully, but these errors were encountered: