On Sep 20, 2005, at 10:19 PM, James Edward Gray II wrote: > On Sep 20, 2005, at 10:14 PM, James Edward Gray II wrote: > > >> Neo:~/Desktop/ruby-1.8.3$ irb >> dyld: NSLinkModule() error >> dyld: Symbol not found: _rl_filename_completion_function >> Referenced from: /usr/local/lib/ruby/1.8/powerpc-darwin8.2.0/ >> readline.bundle >> Expected in: flat namespace >> >> Trace/BPT trap >> > > Following up on this: > > Neo:~$ ruby -r readline -e1 > dyld: NSLinkModule() error > dyld: Symbol not found: _rl_filename_completion_function > Referenced from: /usr/local/lib/ruby/1.8/powerpc-darwin8.2.0/ > readline.bundle > Expected in: flat namespace > > Trace/BPT trap > > Looks like my readline support is broken. I know I've compiled it > in before. Any guesses? I've repaired my Readline install. It's broken under Mac OS X 10.4, but these instructions got me past it: http://tech.rufy.com/entry/46 That fixed IRb. Now I just need a Rails patch... James Edward Gray II