Issue with ffmpeg - GLIBC Version Compatibility Error

I am encountering a compatibility issue with `ffmpeg` when trying to execute it in my Railway application. The following error messages are displayed when the route is triggered:

```

stderr: /usr/bin/ffmpeg: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /nix/store/p3ffjixpnfgkqh20nsrc13vrj3yfi0nj-gcc-13.2.0-lib/lib/libstdc++.so.6)

stderr: /usr/bin/ffmpeg: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.36' not found (required by /nix/store/p3ffjixpnfgkqh20nsrc13vrj3yfi0nj-gcc-13.2.0-lib/lib/libgomp.so.1)

```

I have successfully installed `ffmpeg` in my environment, but I believe that the version of GLIBC present in the environment is causing these issues. How can I resolve this dependency issue to ensure `ffmpeg` works correctly within my application?

Any insights or solutions would be greatly appreciated!

1 Replies

a year ago

I don't know what the issue is, but I have to mention that youtube downloaders are a very strict NO on this platform, please find somewhere else to host it.


Loading...