Sort of new at all this... I installed Ruby on Rails on my Mac according to the instructions on HiveLogic''s blog. I can run the server and even create my database schema automatically. But when I try to open up my results, I end up getting a 500 Internal Server error on my browser. My Unix terminal reads the following: dyld: NSLinkModule() error dyld: Symbol not found: _rl_filename_completion_function Referenced from: /usr/local/lib/ruby/1.8/powerpc-darwin8.5.0/readline.bundle Expected in: flat namespace I get the same 500 Internal Server error when I try to get information about my application''s environment upon clicking on its link on my Rails home page on localhost:3000. Is there a fix for this? Or would it be better to blow it out and reinstall? -- Posted via http://www.ruby-forum.com/.
Sort of new at all this... I installed Ruby on Rails on my Mac according to the instructions on HiveLogic''s blog. I can run the server and even create my database schema automatically. But when I try to open up my results, I end up getting a 500 Internal Server error on my browser. My Unix terminal reads the following: dyld: NSLinkModule() error dyld: Symbol not found: _rl_filename_completion_function Referenced from: /usr/local/lib/ruby/1.8/powerpc-darwin8.5.0/readline.bundle Expected in: flat namespace I get the same 500 Internal Server error when I try to get information about my application''s environment upon clicking on its link on my Rails home page on localhost:3000. Is there a fix for this? Or would it be better to blow it out and reinstall? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060311/2df2ece2/attachment-0001.html
Did you try clearing your ruby sessions in /tmp ? -- Posted via http://www.ruby-forum.com/.
Just did; but I still got the same error.
Did so; got the same thing (the bumped post above this could probably be deleted). Marc-Andr? Gagnon wrote:> Did you try clearing your ruby sessions in /tmp ?-- Posted via http://www.ruby-forum.com/.
There have been issues with readline and ruby 1.8.4 on OS X. I was getting the same error, and followed the intructions here, now all is well: http://www.nabble.com/Ruby-1.8.4-Mac-OS-X-readline-problems-t801880.html Mike Agres wrote:> Sort of new at all this... > > I installed Ruby on Rails on my Mac according to the instructions on > HiveLogic''s blog. I can run the server and even create my database > schema automatically. But when I try to open up my results, I end up > getting a 500 Internal Server error on my browser. My Unix terminal > reads the following: > > dyld: NSLinkModule() error > dyld: Symbol not found: _rl_filename_completion_function > Referenced from: > /usr/local/lib/ruby/1.8/powerpc-darwin8.5.0/readline.bundle > Expected in: flat namespace > > I get the same 500 Internal Server error when I try to get information > about my application''s environment upon clicking on its link on my Rails > home page on localhost:3000. > > Is there a fix for this? Or would it be better to blow it out and > reinstall?-- Posted via http://www.ruby-forum.com/.