rails fcgi problem

rails fcgi problem

Posted by: aeldaly
Posted on: 2007-03-19 09:42:00

Hello all,

I am trying to run a typo blog that I am moving from elsewhere, but am
having a problem. When I run ruby
dispatch.fcgi I get the following error:

[fiji] ~/developergurus.com/mary/blog/public $> ruby dispatch.fcgi
/home/aeldaly/developergurus.com/mary/blog//vendor/rails/activereco rd/lib/../../activesupport/lib/active_support/dependencies.rb:123:in
`const_missing': uninitialized constant RailsFCGIHandler (NameError)
from
/home/aeldaly/developergurus.com/mary/blog//vendor/rails/activerecord/lib/../../ activesupport/lib/active_support/dependencies.rb:131:in
`const_missing' from dispatch.fcgi:24

Could you please let me know what I am doing wrong. Please note that
typo comes with its own rails in the vendor directory. When I renamed
it so that I use the rails that is on dreamhost, I still get the same
error.

I have gems installed in my own home folder and have ran gem install fcgi.

Thanks for your time.


Tags: fcgiblogtyporuby