按照 wiki 上的走的,多台机子上安装都是失败,进行到
rvm pkg install readline 开始报错:
Beware, 'rvm pkg ...' is deprecated, read about the new autolibs feature: 'rvm help autolibs'.
Installing requirements for ubuntu, might require sudo password.
Skipping `apt-get update` make sure your system is up to date.
RVM autolibs is now configured with mode '2' => 'check and stop if missing',
please run `rvm autolibs enable` to let RVM do it's job or run and read `rvm autolibs [help]`
or visit https://rvm.io/rvm/autolibs for more information.
Missing required packages: libgdbm-dev, libncurses5-dev, bison, libffi-dev.
RVM autolibs is now configured with mode '2' => 'check and stop if missing',
please run `rvm autolibs enable` to let RVM do it's job or run and read `rvm autolibs [help]`
or visit https://rvm.io/rvm/autolibs for more information.
Fetching readline-5.2.tar.gz to /home/hua/.rvm/archives
Extracting readline to /home/hua/.rvm/src/readline-5.2
Applying patch '/home/hua/.rvm/patches/readline-5.2/shobj-conf.patch'....
Prepare readline in /home/hua/.rvm/src/readline-5.2.............................
Error running 'autoreconf -is --force',
please read /home/hua/.rvm/log/readline/autoreconf.log
Configuring readline in /home/hua/.rvm/src/readline-5.2........................................................................................................................................................................
Compiling readline in /home/hua/.rvm/src/readline-5.2..........................................................................................................................................................................
Installing readline to /home/hua/.rvm/usr..................................................................................
Please note that it's required to reinstall all rubies:
rvm reinstall all --force
Fetching readline-6.2.tar.gz to /home/hua/.rvm/archives
Extracting readline to /home/hua/.rvm/src/readline-6.2
Applying patch '/home/hua/.rvm/patches/readline-6.2/patch-shobj-conf.diff'....
Prepare readline in /home/hua/.rvm/src/readline-6.2...............................
Error running 'autoreconf -is --force',
please read /home/hua/.rvm/log/readline/autoreconf.log
Configuring readline in /home/hua/.rvm/src/readline-6.2..............................................................................................................................................................................
Compiling readline in /home/hua/.rvm/src/readline-6.2...................................................................................................................................................................................
Installing readline to /home/hua/.rvm/usr.......................................................................................
Please note that it's required to reinstall all rubies:
rvm reinstall all --force
求指导,