Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- when I run the following command
- ./configure --prefix="$HOME/ffmpeg_build" --extra-cflags="-I$HOME/ffmpeg_build/include" --extra-ldflags="-L$HOME/ffmpeg_build/lib" --bindir="$HOME/bin" --extra-libs=-ldl --enable-gpl --enable-nonfree --enable-libfdk_aac --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264
- I see this error
- Unable to create and execute files in /tmp. Set the TMPDIR environment
- variable to another directory and make sure that it is not mounted noexec.
- Sanity test failed.
- 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
- ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
- Include the log file "config.log" produced by configure as this will help
- solving the problem.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement