我在 ubunut 13.04 上使用 rvm。今天我用最新的 1.9.3 版本更新了 ruby。现在,当我尝试启动 vim 时,我得到:
vim: error while loading shared libraries: libruby.so.1.9: cannot open shared object file: No such file or directory
.
ldd $(which vim) | grep ruby
给libruby.so.1.9 => not found
知道如何解决吗?