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