无法为here文档创建临时文件,正在使用rvm安装ruby 1.9.2

无法为here文档创建临时文件,正在使用rvm安装ruby 1.9.2,ruby,installation,rvm,fedora,ruby-1.9.2,Ruby,Installation,Rvm,Fedora,Ruby 1.9.2,rvm安装1.9.2 给出: [2011-08-31 00:54:45] ./configure --prefix=/home/pklingem/.rvm/rubies/ruby-1.9.2-p290 --enable-shared --disable-install-doc --with-libyaml-dir=/home/pklingem/.rvm/usr configure: WARNING: unrecognized options: --with-libyaml-dir ./con

rvm安装1.9.2

给出:

[2011-08-31 00:54:45]  ./configure --prefix=/home/pklingem/.rvm/rubies/ruby-1.9.2-p290 --enable-shared --disable-install-doc --with-libyaml-dir=/home/pklingem/.rvm/usr 
configure: WARNING: unrecognized options: --with-libyaml-dir
./configure: line 2307: cannot create temp file for here-document: Invalid argument
./configure: line 2319: cannot create temp file for here-document: Invalid argument
./configure: line 2354: cannot create temp file for here-document: Invalid argument
./configure: line 2516: cannot create temp file for here-document: Invalid argument
./configure: line 2520: cannot create temp file for here-document: Invalid argument
./configure: line 2524: cannot create temp file for here-document: Invalid argument
./configure: line 2528: cannot create temp file for here-document: Invalid argument
./configure: line 2532: cannot create temp file for here-document: Invalid argument
./configure: line 2536: cannot create temp file for here-document: Invalid argument
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
./configure: line 3356: cannot create temp file for here-document: Invalid argument
checking whether the C compiler works... no
sed: can't read conftest.c: No such file or directory
configure: error: in `/home/pklingem/.rvm/src/ruby-1.9.2-p290':
configure: error: C compiler cannot create executables
See `config.log' for more details

我正在运行Fedora 16 Alpha。这真的(希望)不重要。是否有其他人遇到此错误?

检查您对/tmp文件夹的权限是1777(八进制)。

您可能是对的。我运行了一些更新并重新运行了1.9.2安装程序,一切正常。谢谢你绝对是对的。我在玩把/tmp放入tmpfs(RAM)的游戏,我读过的指南建议使用1755,这使得终端中的autocomplete毫无用处。。。