Any idea why it's missing glibc?
flatypus
PROOP

2 years ago

I wanted to use ffmpeg, so I added it to the aptPkgs tag in the nixpacks.toml, but when I call the deployment, i get hit with a missing glibc_2.38

31 Replies

flatypus
PROOP

2 years ago

d45797ab-711e-43f9-9781-c6320c9554d7



flatypus
PROOP

2 years ago

oh hi brody (alex saw it was 3AM and guessed you'd still be up)


2 years ago

I probably shouldn't be


flatypus
PROOP

2 years ago


2 years ago

these are the deployment logs 🙂


flatypus
PROOP

2 years ago

im going to kill myself


flatypus
PROOP

2 years ago

brain died sorry


2 years ago

you take after alex


flatypus
PROOP

2 years ago


flatypus
PROOP

2 years ago

he takes after me


2 years ago

im older


2 years ago

he takes after me


2 years ago

<:trolsk:1224753927090733096>


2 years ago

congratulations you have surpassed the 1500 log line limit of the bookmarklet, so you get to manually send me the build table at the top of the build logs


2 years ago

🗣️



flatypus
PROOP

2 years ago

i tried installing libc6 as well, but that didn't change anything lmao

1260495714342142000


2 years ago

what version of python are you developing this app with locally


2 years ago

installing libc6 may be doing more harm than good, remove it for now please


flatypus
PROOP

2 years ago

yea, it gave the same error without libc6 too


flatypus
PROOP

2 years ago

3.11.3, i set pythonversion to 3.11 on railway


2 years ago

how did you go about doing that


flatypus
PROOP

2 years ago

NIXPACKS_PYTHON_VERSION


2 years ago

try installing ffmpeg with nix instead


flatypus
PROOP

2 years ago

👍


flatypus
PROOP

2 years ago

yup, looks like it works! thanks man


flatypus
PROOP

2 years ago

and please go to sleep


2 years ago

soon ™️


2 years ago

no problem!


2 years ago

for future readers this would look like this nixpacks.toml file -

[phases.setup]
    nixPkgs = ['...', 'ffmpeg']

Loading...