I successfully installed Ruby 1.8.6 and Rails 2.0.2 and RubyGems 1.0.1.
Launched ruby script/server. Got successful Welcome Aboard ROR page in
browser. Opened second Terminal window and tried to launch irb. Got
this failure message:
$ irb
dyld: NSLinkModule() error
dyld: Symbol not found: _rl_filename_completion_function
Referenced from:
/usr/local/lib/ruby/1.8/i686-darwin9.2.2/readline.bundle
Expected in: flat namespace
Trace/BPT trap
I tried this in all directories from the app directory on up. Even
tried with sudo
Any ideas?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---
Ruby comes with Leopard, you shouldn''t of needed to install anything. When you say you installed it yourself what did you do exactly to accomplish this? What happens when you type: ruby --version You should see this: ruby 1.8.6 (2007-09-24 patchlevel 111) [universal-darwin9.0] If not you didn''t install it correctly. Let me know if you get that far and I''ll see what else I can think of. Nicholas On May 27, 5:17 pm, David Crellen <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> I successfully installed Ruby 1.8.6 and Rails 2.0.2 and RubyGems 1.0.1. > Launched ruby script/server. Got successful Welcome Aboard ROR page in > browser. Opened second Terminal window and tried to launch irb. Got > this failure message: > > $ irb > dyld: NSLinkModule() error > dyld: Symbol not found: _rl_filename_completion_function > Referenced from: > /usr/local/lib/ruby/1.8/i686-darwin9.2.2/readline.bundle > Expected in: flat namespace > > Trace/BPT trap > > I tried this in all directories from the app directory on up. Even > tried with sudo > > Any ideas? > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
ncancelliere wrote:> Ruby comes with Leopard, you shouldn''t of needed to install anything. > When you say you installed it yourself what did you do exactly to > accomplish this? > > What happens when you type: > > ruby --version > > You should see this: > ruby 1.8.6 (2007-09-24 patchlevel 111) [universal-darwin9.0] > > If not you didn''t install it correctly. Let me know if you get that > far and I''ll see what else I can think of. > > Nicholas > > On May 27, 5:17�pm, David Crellen <rails-mailing-l...-ARtvInVfO7m5VldFQK4jKA@public.gmane.orgt>My version is: ruby 1.8.6 (2008-03-03 patchlevel 114) [i686-darwin9.2.2]. It is newer than from Leopard and I followed precisely the instructions in Patrick Lenz book "Simply Rails 2". I do, indeed get the opening splash in the browser (http://localhost:3000) and "About your application''s environment reports this: Ruby version 1.8.6 (i686-darwin9.2.2) RubyGems version 1.0.1 Rails version 2.0.2 Active Record version 2.0.2 Action Pack version 2.0.2 Active Resource version 2.0.2 Action Mailer version 2.0.2 Active Support version 2.0.2 Application root /Users/david/shovell Environment development Database adapter sqlite3 But I cannot get past this point. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---