hammyg
FFMPEG issues despite recommendations
Oops, never mind. Looks like the version change did fix this issue, I'm sorry. Thank you for pointing out how to properly put a fixed version for railway.
It might be a worthwhile discussion to eventually have this work on the latest version, but the short fix is the version downgrade. Thanks for the help @Brody and @maddsua .
26 replies
FFMPEG issues despite recommendations
Updated nixpacks.toml:
[phases.setup]
aptPkgs = ["...", "ffmpeg"]
nixLibs = ['...', 'zlib']
Created railway.toml to test as well:
[build]
nixpacksVersion = "1.15.0"
Still unfortunately left with the error:
ffmpeg: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.36' not found (required by /nix/store/xpxln7rqi3pq4m0xpnawhxb2gs0mn1s0-gcc-12.3.0-lib/lib/libstdc++.so.6)
26 replies