i was using this program:
https://github.com/JuanKman94/readymedia-transcode
it was working fine. But, i update the system and now im getting this problem:
error while loading shared libraries: libavformat.so.59: cannot open shared object file: No such file
How i can fix this?
Did you install readymedia-transcode-git
from the AUR or compile it directly from source?
Either way you need to rebuild it for ffmpeg
6.0.
thanks.
And how i can rebuilt for ffmpeg 6.0?
i install from AUR, and also directly from source to try.
You can’t do both. Remove the local copy if you’re going to use the AUR package.
The AUR is neither officially supported by Arch nor Manjaro. I don’t care about what AUR helpers you’re using as they’re not officially supported, either.
Do it right and be done with it:
sudo pacman -Syu --needed base-devel git
git clone https://aur.archlinux.org/readymedia-transcode-git.git
cd readymedia-transcode-git
makepkg -srcif
Please see:
2 Likes
system
Closed
26 June 2023 10:22
5
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.