I am trying to get rails running on a solaris 10 machine (SPARC). I have got ruby and rails installed and was able to create a new project. When I try to start the rail server, I get:
/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)
I have ran into this before on my linux machine, so I went to install therubyracer, which did not work and then tried node.js, which also does not work. It seems these do not support SPARC. Does any one know of a javascript runtime that will work on a SPARC machine?