A program I use is failing when it uses tmpfile() for large files. The problem seems to be I don't have permission to create large files in /tmp, which this function uses by default. So is there a way, perhaps with an environmental variable, that I can make tmpfile() write to a different location?
Edit: the program in question is sox, which uses C.
/tmp". It's more likely that you've filled up your/tmppartition. Why not simply increase the size of your/tmppartition? – Asaph Dec 27 '09 at 4:22