From: James Byrne Date: 2007-09-06T03:47:26+09:00 Subject: Compiling ruby-1.8.6 on CentOS-4.5 with readline and openssl I am having problems with getting a recent version of ruby properly built and installed on my CentOS-4.5 box. I obtained the source from ruby-lang.org and built it taking all the defaults in ./configure. I see both openssl and readline ext being built. However, after I "make install" ruby into /usr/local/lib|bin and try and open a console in a rails project I get a message telling me that the required library, "readline" is not available. What must I do to enable this? Sincerely, -- Posted via http://www.ruby-forum.com/.