trouble starting mongrel

i am having a weird problem starting mongrel on a current live server..

when i start it as script/console, i get[1]..

when i start it from the command line, i am getting[2]..

it runs fine on my development system..

i am not even sure where to look to hunt this one down..

anyone have any ideas?

thanks!

cache_template_loading is a setting that was removed from rails (i forget exactly in which version). Remove it from your config file and rails should start. The fact that it works in development probably means you're running a different rails version there.

Fred

rails should start. The fact that it works in development probably means you're running a different rails version there.

thanks, fred.. removing now..

the weird part is that i am running 2.2.2 on both machines..

hmm..

thanks again!