From: Peter Burns Date: 2006-01-25T16:03:15+09:00 Subject: Re: Ruby 1.8.4 Mac OS X readline problems >> Expected in: flat namespace >> >> make: *** [test-all] Trace/BPT trap > > > make distclean && configure --with-readline-dir=/usr/local && make && make test-all > > > And all was well. > > -Paul > > -- > Paul Smith > mobile: (773) 934-4607 > aim/yim: thaislump > gtalk: paulsmith@gmail.com > Center for Neighborhood Technology > Technology Director, Wireless Community Networks > Chicago IL, USA This also solved the problem for me. Thanks for posting this Paul (: I had to use curl though, as wget wasn't installed: curl -O ftp://ftp.gnu.org/gnu/readline/readline-5.1.tar.gz tar -xzf readline-5.1.tar.gz cd readline-5.1 ./configure --prefix=/usr/local && make && sudo make install -- Posted via http://www.ruby-forum.com/.