Displaying 5 results from an estimated 5 matches for "_rl_filename_completion_function".
2006 Mar 11
5
500 Internal Server error
...ons 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...
2007 Apr 01
1
Error with Ruby 1.8.6
...nux server.
Here''s the error, have you guys seen anything like this?:
** Starting Mongrel listening at 0.0.0.0:3000
** Starting Rails with development environment...
uuid: Found an existing UUID state file: /nextweb/code/trunk/uuid.state
dyld: NSLinkModule() error
dyld: Symbol not found: _rl_filename_completion_function
Referenced from: /usr/local/lib/ruby/1.8/i686-darwin8.9.1/
readline.bundle
Expected in: flat namespace
script/mdev: line 1: 16097 Trace/BPT trap mongrel_rails
start -p 3000 -t 1
Thanks,
Pete
2006 Jun 10
2
readline problems
...; for table "users"
** Execute test:units
/usr/local/bin/ruby -Ilib:test
"/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/rake_test_loader.rb"
"test/unit/localization_test.rb" "test/unit/user_test.rb"
dyld: NSLinkModule() error
dyld: Symbol not found: _rl_filename_completion_function
Referenced from:
/usr/local/lib/ruby/1.8/powerpc-darwin8.6.0/readline.bundle
Expected in: flat namespace
rake aborted!
Command failed with status (): [/usr/local/bin/ruby -Ilib:test
"/usr/local...]
/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:722:in `sh''
/usr/loca...
2007 Jul 15
0
dyld: NSLinkModule() error
...10.4. 10
I followed Hivelogic versions and installed
ruby 1.8.6 (2007-03-13 patchlevel 0) [powerpc-darwin8.10.0]
rails 1.2.3
mysql Server version: 5.0.41 MySQL Community Server (GPL)
I am getting this error when trying to run a very simple app.
dyld: NSLinkModule() error
dyld: Symbol not found: _rl_filename_completion_function
Referenced from:
/usr/local/lib/ruby/1.8/powerpc-darwin8.10.0/readline.bundle
Expected in: flat namespace
Trace/BPT trap
I think this is a OSX/Ruby bug.
Because I am a newbie, I need explicit help with the fix.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~...
2008 Oct 27
2
IRB error message (dyld: NSLinkModule() error)
...get stuck into it. I have Rails installed
on my iMac (OS X Leopard) and I can load up the Rails Welcome screen at
localhost:3000 without any issues.
My problem is with running IRB within Terminal.
If I try to run:
irb> 1
I receive the error:
dyld: NSLinkModule() error
dyld: Symbol not found: _rl_filename_completion_function
Referenced from:
/usr/local/lib/ruby/site_ruby/1.8/i686-darwin9.5.0/readline.bundle
Expected in: flat namespace
Trace/BPT trap
I have no idea why this is appearing or how to fix it.
My setup is:
Ruby version 1.8.6 (i686-darwin9.5.0)
RubyGems version 1.3.0
Rails version 2.1.2
Active Record...