Errors while starting console

Hello,

when i try to start the console (./scripts/console) i get the following
error

./script/console
Loading development environment.
/usr/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/commands/console.rb:23:in
exec': No such file or directory - irb -r irb/completion -r script/../config/../config/environment --prompt-mode simple (Errno::ENOENT) from /usr/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/commands/console.rb:23 from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:21:inrequire__’
from
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:21:in require' from /usr/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/dependencies.rb:214:inrequire’
from ./script/console:3

Does anybody know whats wrong with my configuration?

Thanks in advance for your help.

Thomas

Make sure that you have irb package installed.

Kent.

On Wed, Dec 14, 2005 at 11:46:04AM -0500, Kent S. wrote:

Make sure that you have irb package installed.

Thanks, Kent.
It works now for me.

Greetings Thomas