Advertisement
Guest User

Untitled

a guest
May 26th, 2014
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. when I run the following command
  2.  
  3. ./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
  4.  
  5. I see this error
  6.  
  7.  
  8. Unable to create and execute files in /tmp. Set the TMPDIR environment
  9. variable to another directory and make sure that it is not mounted noexec.
  10. Sanity test failed.
  11.  
  12. If you think configure made a mistake, make sure you are using the latest
  13. version from Git. If the latest version fails, report the problem to the
  14. ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
  15. Include the log file "config.log" produced by configure as this will help
  16. solving the problem.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement