#54: build on Leopard fails on readline ---------------------------------+------------------------------------------ Reporter: edarocket@gmail.com | Owner: lsansonetti@apple.com Type: defect | Status: closed Priority: blocker | Milestone: Component: MacRuby | Resolution: invalid Keywords: readline | ---------------------------------+------------------------------------------ Comment (by encytemedia@gmail.com): Just wanted to add a comment on this. I ran into the exact same issue. Compiling readline myself and specifying the directory didn't help. However, I just decided to go with the macports version. It turned out I needed to install readline and sqlite3 and configure: {{{ sudo port -f uninstall readline sudo port -f uninstall sqlite3 sudo port install readline sudo port install sqlite3 autoconf ./configure --enable-framework --program-prefix=mac --with-readline- dir=/opt/local sudo make install }}} -- Ticket URL: <http://ruby.macosforge.org/trac/ticket/54#comment:4> macruby <http://ruby.macosforge.org/>