Hi, Shugo Maeda wrote: >>If you'd like, sometime Eric Hodel or I can get you a login on an OSX >>box with a checkout all set up. > > > Thank you. > I'll send you my SSH2 public key. I got an account on his machine. Thank you, Ryan. I found GNU Readline in /usr/local/lib/libreadline.dylib. Then I successfully linked readline.bundle to GNU Readline with the following configure option of ruby. $ ./configure --with-readline-lib=/usr/local/lib Please remove /usr/local/include/readline and /usr/local/lib/libreadline.dylib to test with libedit;) Thanks, Shugo