i install ruby-1.8.4, seems everything is ok but, when i do this: irb(main):001:0> require ''URI'' LoadError: no such file to load -- URI from (irb):1:in `require'' from (irb):1 is something i missed? -- Posted via http://www.ruby-forum.com/.
I vaguly remember that same issue. On a Debian box, I did this, and found the package I needed : apt-cache search ''irb'' |grep ruby don''t know if that will help or not. matt On 1/19/06, Joe Black <allenbobo@gmail.com> wrote:> > i install ruby-1.8.4, seems everything is ok > but, when i do this: > irb(main):001:0> require ''URI'' > LoadError: no such file to load -- URI > from (irb):1:in `require'' > from (irb):1 > > is something i missed? > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060119/29fb5847/attachment-0001.html
Joe: Not familiar with the problem but why not try Locomotive. Google rails locomotive ruby and you''ll find it. It took away ALL my installation woes and is IMHO a great simplifier and wonderful environment. That said, best to try it for yourself and make your own mind up. bruce On 19-Jan-06, at 11:48 AM, Joe Black wrote:> i install ruby-1.8.4, seems everything is ok > but, when i do this: > irb(main):001:0> require ''URI'' > LoadError: no such file to load -- URI > from (irb):1:in `require'' > from (irb):1 > > is something i missed? > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails
On Jan 19, 2006, at 10:48 AM, Joe Black wrote:> i install ruby-1.8.4, seems everything is ok > but, when i do this: > irb(main):001:0> require ''URI'' > LoadError: no such file to load -- URI > from (irb):1:in `require'' > from (irb):1 > > is something i missed? >try: require ''uri'' (lowercase)