4 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:
RAILPACKPACKAGES="nasm ffmpeg" and RAILPACKFFMPEGCONFIGURE="--disable-x86asm" RAILPACKPACKAGES="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
4 months ago
okay.. solved..
instead used thisRAILPACK_DEPLOY_APT_PACKAGES="ffmpeg"
Status changed to Solved brody • 4 months ago