[FFmpeg-user] Unable to create and execute files in /tmp.

Lou lou at lrcd.com
Tue Dec 31 22:30:19 CET 2013


On Tue, 31 Dec 2013 04:06:23 +0100
Amourcratez Christ <amourcratez at gmail.com> wrote:

> 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 at 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.
> root at server1 [~/ffmpeg_sources/ffmpeg]#

This is not a problem with ffmpeg: it is a problem with your system. You
need to make sure /tmp is not mounted with noexec. You can see if
noexec is shown for /tmp:

$ mount | grep tmp

You can remount /tmp without noexec, or set the TMPDIR environment
variable to another directory and make sure that it is not mounted
with noexec.


More information about the ffmpeg-user mailing list