[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Is it a ruby bug?

???

9/13/2007 12:54:00 AM

Hi Folks,
Nowdays I program ruby from windows to suse-linux 10.1, when I
compile the ruby source code and make && make install and then install
rails , I can't start a console. It reports me an error(and this occurs
both in ruby 1.8.5 and ruby 1.8.6 (2007-06-07 patchlevel 36)) :

> tim@linux-tim:~/workspace/test> ruby script/console
> Loading development environment.
> /usr/local/ruby/lib/ruby/1.8/irb/completion.rb:10:in `require': no such file to load -- readline (LoadError)
> from /usr/local/ruby/lib/ruby/1.8/irb/completion.rb:10
> from /usr/local/ruby/lib/ruby/1.8/irb/init.rb:252:in `require'
> from /usr/local/ruby/lib/ruby/1.8/irb/init.rb:252:in `load_modules'
> from /usr/local/ruby/lib/ruby/1.8/irb/init.rb:250:in `each'
> from /usr/local/ruby/lib/ruby/1.8/irb/init.rb:250:in `load_modules'
> from /usr/local/ruby/lib/ruby/1.8/irb/init.rb:21:in `setup'
> from /usr/local/ruby/lib/ruby/1.8/irb.rb:54:in `start'
> from /usr/local/ruby/bin/irb:13

I can't find a readline.rb in my system. Well, is it a ruby bug and anybody have ideas on solving this problem ?

Regards.

Tim


1 Answer

Phillip Gawlowski

9/13/2007 1:44:00 AM

0



> -----Original Message-----
> From: Tim.Teng [mailto:tengxianggong@gmail.com]
> Sent: Thursday, September 13, 2007 2:54 AM
> To: ruby-talk ML
> Subject: Is it a ruby bug?
>
> Hi Folks,
> Nowdays I program ruby from windows to suse-linux 10.1, when I
> compile the ruby source code and make && make install and then install
> rails , I can't start a console. It reports me an error(and this occurs
> both in ruby 1.8.5 and ruby 1.8.6 (2007-06-07 patchlevel 36)) :


[snip]

> I can't find a readline.rb in my system. Well, is it a ruby bug and
> anybody have ideas on solving this problem ?

http://wiki.rubyonrails.org/rails/pages/Readl...