`GLIBC_2.36' not found
I'm trying to deploy a music discord bot using ffmpeg, it worked perfectly in my personal computer and in replit
installing ffmpeg via nixpacks.toml file:
[phases.setup]
aptPkgs = ["...", "ffmpeg"]
using python 3.10:
NIXPACKS_PYTHON_VERSION=3.10
Project ID:
dc8a1e67-c4b3-4c80-9579-32fd930144b2
error:
ffprobe: /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)
2024-03-13 09:50:31 ERROR discord.player Probe 'native' using 'ffmpeg' failed, trying fallback
in https://railway.app/ all other functions in my bot working except this ffmpeg issue, appriciate any help :)
2 Replies