我正在尝试让 rails 在 solaris 10 机器 (SPARC) 上运行。我已经安装了 ruby 和 rails 并且能够创建一个新项目。当我尝试启动铁路服务器时,我得到:
/export/home/eseifert/lib/ruby/gems/1.9.1/gems/execjs-1.2.9/lib/execjs/runtimes.rb:47:in `autodetect': Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available runtimes. (ExecJS::RuntimeUnavailable)
我以前在我的linux机器上遇到过这个,所以我去安装了rubyracer,它不起作用,然后尝试了node.js,它也不起作用。这些似乎不支持 SPARC。有人知道可以在 SPARC 机器上运行的 javascript 运行时吗?