From: James Edward Gray II Date: 2006-01-13T10:46:41+09:00 Subject: Re: Ruby 1.8.4 with readline support on OSX On Jan 12, 2006, at 7:38 PM, Robert Hicks wrote: > I have the devtools...yes. Does this series of steps work for you? curl ftp://ftp.gnu.org/gnu/readline/readline-5.0.tar.gz | tar xfz - cd readline-5.0 ./configure cd shlib sed -e 's/-dynamic/-dynamiclib/' Makefile > Makefile.good mv Makefile.good Makefile cd .. make && sudo make install sudo rm /usr/lib/libreadline* sudo ln -s /usr/local/lib/libreadline* /usr/lib/ I got those from here, just FYI: http://tech.rufy.com/articles/2005/05/01/complete-fix-for-ruby-on-mac- os-x-10-4-tiger James Edward Gray II