hammyg
hammyg
RRailway
Created by hammyg on 12/6/2023 in #✋|help
FFMPEG issues despite recommendations
I'm having a few issues getting FFMPEG started. Firstly, I found that the package could not be found. There is a fix here that fixes that error by changing the nixpacks.toml: [phases.setup] aptPkgs = ["...", "ffmpeg"] however, I'm faced with a new 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) I'm seeing some suggestions to maybe lower my build version like this: [build] nixpacksVersion = "1.15.0" ` But still having no results. Built with FastAPI, python, and FFMPEG. Service ID: 8b2dbccb-8e08-4422-a6da-0b275b5f66fc
26 replies