|
OK... good to hear that it works at least.
Now, I'd probably need some help with all those checks because I'm not that solid in linux etc. But this is how far I've gotten:
First I did look for RailsRunner.rb on my server and this is the output:
/home/jms/sources/lsws-3.1/fcgi-bin/RailsRunner.rb
/home/jms/sources/lsws-4.0.2/fcgi-bin/RailsRunner.rb
/home/jms/sources/lsws-4.0.2/fcgi-bin/RailsRunner.rb.2.3
/usr/local/lsws/autoupdate/lsws-3.3.1/fcgi-bin/RailsRunner.rb
/usr/local/lsws/fcgi-bin/RailsRunner.rb
/usr/local/lsws/fcgi-bin/RailsRunner.rb.2.3
I have no RailsRunner.rb installed on my local machine.
I checked the versions with 'ruby -v'
Local: ruby 1.8.6 (2007-09-24 patchlevel 111) [x86_64-linux]
Server: ruby 1.8.6 (2007-09-23 patchlevel 110) [i686-darwin9.1.0]
I found the ruby installations here:
Local: /opt/local/lib/ruby/1.8
Server: /usr/lib/ruby/1.8
I can't seem to find other installations but I'm not sure how to look for them.
Is there anything else you'd need to know?
|