Irb error on osx 10.4.11

irb
dyld: NSLinkModule() error
dyld: Symbol not found: _rl_filename_completion_function
  Referenced from:
/usr/local/lib/ruby/1.8/powerpc-darwin8.11.0/readline.bundle
  Expected in: flat namespace

Trace/BPT trap

ruby 1.8.6 (2008-03-03 patchlevel 114) [powerpc-darwin8.11.0]

Any suggestion?

···

--
Posted via http://www.ruby-forum.com/.

Donald Huebschman wrote:

irb
dyld: NSLinkModule() error
dyld: Symbol not found: _rl_filename_completion_function
  Referenced from:
/usr/local/lib/ruby/1.8/powerpc-darwin8.11.0/readline.bundle
  Expected in: flat namespace

Trace/BPT trap

ruby 1.8.6 (2008-03-03 patchlevel 114) [powerpc-darwin8.11.0]

Any suggestion?

vim

···

--
Posted via http://www.ruby-forum.com/\.

Donald Huebschman wrote:

irb
dyld: NSLinkModule() error
dyld: Symbol not found: _rl_filename_completion_function
  Referenced from:
/usr/local/lib/ruby/1.8/powerpc-darwin8.11.0/readline.bundle
  Expected in: flat namespace

Trace/BPT trap

ruby 1.8.6 (2008-03-03 patchlevel 114) [powerpc-darwin8.11.0]

Any suggestion?

Did you build Ruby yourself? If so, note that Tiger's readline is
broken. Rebuild using the instructions at:

HTH

has

···

--
Control AppleScriptable applications from Python, Ruby and ObjC:
http://appscript.sourceforge.net

--
Posted via http://www.ruby-forum.com/\.

hengist podd wrote:

Donald Huebschman wrote:

irb
dyld: NSLinkModule() error
dyld: Symbol not found: _rl_filename_completion_function
  Referenced from:
/usr/local/lib/ruby/1.8/powerpc-darwin8.11.0/readline.bundle
  Expected in: flat namespace

Trace/BPT trap

ruby 1.8.6 (2008-03-03 patchlevel 114) [powerpc-darwin8.11.0]

Any suggestion?

Did you build Ruby yourself? If so, note that Tiger's readline is
broken. Rebuild using the instructions at:

Dan Benjamin

HTH

has
--
Control AppleScriptable applications from Python, Ruby and ObjC:
http://appscript.sourceforge.net

The build suggest by Dan fixed the problem. In the dim dark past of my
recollection, I remember having to do that before.

Thanks,
Don

···

--
Posted via http://www.ruby-forum.com/\.