> Does the script/console need to be working on the production server?
No, script/console does not need to work for your rails application to run.

To fix this issue you need to install the readline-devel package, if
you are using a distro with yum, this is how you would fix this:

yum install readline-devel
cd /path/to/ruby/source/ext/readline
ruby extconf.rb
make
make install

--
Joe Clarke
RailsPlayground.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Deploying Rails" group.
To post to this group, send email to rubyonrails-deployment@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to