Unable to configure Rails with readline

Posted by Liam Berg on Server Fault See other posts from Server Fault or by Liam Berg
Published on 2010-05-25T23:19:09Z Indexed on 2010/05/25 23:32 UTC
Read the original article Hit count: 448

Filed under:
|

1) ./configure --prefix=$HOME/.packages --with-readline-dir=$HOME/.packages
2) configure: WARNING: unrecognized options: --with-readline-dir

I am trying to setup the most up-to-date version of Rails on my webhost (I do not have sudo access). Line 1 is the configure command I used for Ruby and Line 2 is the first printed line after executing 'configure'. I've googled this issue and found other people with the same problem but there aren't any real solutions. There are no warnings or errors when configuring/compiling readline-6.1. I am pretty stumped, any help/insight would be greatly appreciated. Thanks ahead of time.

© Server Fault or respective owner

Related posts about rails

Related posts about ruby