Any idea why it's missing glibc?
flatypus
PROOP

a year 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

a year ago

d45797ab-711e-43f9-9781-c6320c9554d7



flatypus
PROOP

a year ago

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


brody
EMPLOYEE

a year ago

I probably shouldn't be


flatypus
PROOP

a year ago


brody
EMPLOYEE

a year ago

these are the deployment logs 🙂


flatypus
PROOP

a year ago

im going to kill myself


flatypus
PROOP

a year ago

brain died sorry


brody
EMPLOYEE

a year ago

you take after alex


flatypus
PROOP

a year ago


flatypus
PROOP

a year ago

he takes after me


alexng353
PRO

a year ago

im older


alexng353
PRO

a year ago

he takes after me


alexng353
PRO

a year ago

<:trolsk:1224753927090733096>


brody
EMPLOYEE

a year 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


alexng353
PRO

a year ago

🗣️



flatypus
PROOP

a year ago

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

1260495714342142000


brody
EMPLOYEE

a year ago

what version of python are you developing this app with locally


brody
EMPLOYEE

a year ago

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


flatypus
PROOP

a year ago

yea, it gave the same error without libc6 too


flatypus
PROOP

a year ago

3.11.3, i set pythonversion to 3.11 on railway


brody
EMPLOYEE

a year ago

how did you go about doing that


flatypus
PROOP

a year ago

NIXPACKS_PYTHON_VERSION


brody
EMPLOYEE

a year ago

try installing ffmpeg with nix instead


flatypus
PROOP

a year ago

👍


flatypus
PROOP

a year ago

yup, looks like it works! thanks man


flatypus
PROOP

a year ago

and please go to sleep


brody
EMPLOYEE

a year ago

soon ™️


brody
EMPLOYEE

a year ago

no problem!


brody
EMPLOYEE

a year ago

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

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

Loading...