You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using docker-compose up at root directory got:
`Step 11/47 : RUN ./configure --enable-version3 --enable-gpl --enable-nonfree --enable-small --enable-libmp3lame --enable-libx264 --enable-libx265 --enable-libvpx --enable-libtheora --enable-libvorbis --enable-libopus --enable-libfdk-aac --enable-libass --enable-libwebp --enable-librtmp --enable-librav1e --enable-postproc --enable-avresample --enable-libfreetype --enable-filter=scale --enable-filter=decimate --enable-openssl --disable-debug --disable-doc --disable-ffplay --extra-cflags="-I${PREFIX}/include" --extra-ldflags="-L${PREFIX}/lib" --extra-libs="-lpthread -lm" --prefix="${PREFIX}" && make && make install && make distclean
---> Running in a7887dbdd6e4
ERROR: libfdk_aac not found
If you think configure made a mistake, make sure you are using the latest
version from Git. If the latest version fails, report the problem to the [email protected] mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "ffbuild/config.log" produced by configure as this will help
solve the problem.
The command '/bin/sh -c ./configure --enable-version3 --enable-gpl --enable-nonfree --enable-small --enable-libmp3lame --enable-libx264 --enable-libx265 --enable-libvpx --enable-libtheora --enable-libvorbis --enable-libopus --enable-libfdk-aac --enable-libass --enable-libwebp --enable-librtmp --enable-librav1e --enable-postproc --enable-avresample --enable-libfreetype --enable-filter=scale --enable-filter=decimate --enable-openssl --disable-debug --disable-doc --disable-ffplay --extra-cflags="-I${PREFIX}/include" --extra-ldflags="-L${PREFIX}/lib" --extra-libs="-lpthread -lm" --prefix="${PREFIX}" && make && make install && make distclean' returned a non-zero code: 1
ERROR: Service 'php' failed to build : Build failed`
Steps to reproduce
Download last release WebPageTest 23.01
Then run docker-compose at root.
Description
Using docker-compose up at root directory got:
`Step 11/47 : RUN ./configure --enable-version3 --enable-gpl --enable-nonfree --enable-small --enable-libmp3lame --enable-libx264 --enable-libx265 --enable-libvpx --enable-libtheora --enable-libvorbis --enable-libopus --enable-libfdk-aac --enable-libass --enable-libwebp --enable-librtmp --enable-librav1e --enable-postproc --enable-avresample --enable-libfreetype --enable-filter=scale --enable-filter=decimate --enable-openssl --disable-debug --disable-doc --disable-ffplay --extra-cflags="-I${PREFIX}/include" --extra-ldflags="-L${PREFIX}/lib" --extra-libs="-lpthread -lm" --prefix="${PREFIX}" && make && make install && make distclean
---> Running in a7887dbdd6e4
ERROR: libfdk_aac not found
If you think configure made a mistake, make sure you are using the latest
version from Git. If the latest version fails, report the problem to the
[email protected] mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "ffbuild/config.log" produced by configure as this will help
solve the problem.
The command '/bin/sh -c ./configure --enable-version3 --enable-gpl --enable-nonfree --enable-small --enable-libmp3lame --enable-libx264 --enable-libx265 --enable-libvpx --enable-libtheora --enable-libvorbis --enable-libopus --enable-libfdk-aac --enable-libass --enable-libwebp --enable-librtmp --enable-librav1e --enable-postproc --enable-avresample --enable-libfreetype --enable-filter=scale --enable-filter=decimate --enable-openssl --disable-debug --disable-doc --disable-ffplay --extra-cflags="-I${PREFIX}/include" --extra-ldflags="-L${PREFIX}/lib" --extra-libs="-lpthread -lm" --prefix="${PREFIX}" && make && make install && make distclean' returned a non-zero code: 1
ERROR: Service 'php' failed to build : Build failed`
Steps to reproduce
Download last release WebPageTest 23.01
Then run docker-compose at root.
I have tryied to install dependencies from ffmpeg -> https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu#FFmpeg
Nothing works
Expected result
Dockers should run
The text was updated successfully, but these errors were encountered: