ruby 1.9.3のubuntu 12.04にreadlineをインストールしています。 extconfを実行しているときに失われているファイルがあります:ルビのubuntu 12.04でrvmがいくつかのreadline libが見つからない
$ ruby extconf.rb -- --with-readline-dir="$HOME/.rvm/usr"
checking for tgetnum() in -lncurses... yes
checking for readline/readline.h... yes
checking for readline/history.h... yes
checking for readline() in -lreadline... no
checking for readline() in -ledit... no
checking for editline/readline.h... no
make installを実行する前に最後に3つのファイルをインストールするにはどうすればよいですか?本当にありがとう。
[この質問](http://stackoverflow.com/questions/8920574/install-ruby-1-9-3-using-rvm-on-ubuntu)をご覧ください。私は同じ問題があり、解決策があると思います。 – Flexoid
答えは部分的です。 libreadline5-devを手動でインストールする手順はありません。 – user938363