« Return to Thread: Ruby 1.8.4 Mac OS X readline problems

Re: Ruby 1.8.4 Mac OS X readline problems

by Peter Burns-2 :: Rate this Message:

Reply to Author | View in Thread

>>    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@...
> 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/.

 « Return to Thread: Ruby 1.8.4 Mac OS X readline problems