我们正在ubuntu 12.04上为ruby 1.9.3安装readline。运行extconf时缺少某些文件:
$ 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个文件?非常感谢。
答案 0 :(得分:1)