Closed Kartatz closed 7 months ago
The binaries already are as portable as they get. FFmpeg and some other dependencies have recently started requiring C11 features, and full support for C11 was only introduced with glibc 2.28, so that's what the minimum now is. A completely static binary of FFmpeg would be half broken, since a whole lot of stuff in FFmpeg and in various dependencies depends on working dlopen(), which inherently breaks if you produce a fully static binary.
Oh, I didn't know that. Guess I will have to look for other alternatives to that prehistoric Linux distribution.
Thanks anyway!
I know that the minimum libc requirement for Linux binaries is at least glibc 2.28, but it is still very frustrating not being able to run those binaries on an ancient Linux distribution.
I'm trying to run the ffmpeg binary on CentOS Linux 7, which comes with glibc 2.17 preinstalled. However, that fails with the following error:
Is there any chance that you could provide portable ffmpeg binaries in the future?