6 months ago
I added RAILPACK_PACKAGES=ffmpeg
but it fails at install/build time with error
mise ERROR /mise/plugins/ffmpeg/bin/install failed * Configuring ffmpeg with default options nasm not found or too old. Please install/update nasm or use --disable-x86asm for a build without hand-optimized assembly.
so i have tried:
RAILPACK_PACKAGES="nasm ffmpeg"
and
RAILPACK_FFMPEG_CONFIGURE="--disable-x86asm"
RAILPACK_PACKAGES="ffmpeg"
but only got different errors
I remember that with nixpack it worked fine but documentation suggests to use railpack
What can I do? Please.
projectId: d7c55777-fce6-40b7-b918-57c33dcd1a2a
1 Replies
6 months ago
okay.. solved..
instead used this
RAILPACK_DEPLOY_APT_PACKAGES="ffmpeg"
Status changed to Solved brody • 6 months ago