Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running docker compose make error: ERROR: libfdk_aac not found #3062

Open
Oliwer-Budnik opened this issue Apr 19, 2024 · 0 comments
Open

Running docker compose make error: ERROR: libfdk_aac not found #3062

Oliwer-Budnik opened this issue Apr 19, 2024 · 0 comments
Labels
Type: Bug An issue or pull request relating to a bug in WebPageTest

Comments

@Oliwer-Budnik
Copy link

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

@Oliwer-Budnik Oliwer-Budnik added the Type: Bug An issue or pull request relating to a bug in WebPageTest label Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug An issue or pull request relating to a bug in WebPageTest
Projects
None yet
Development

No branches or pull requests

1 participant