Vim does not load after rvm removal (libruby.so.1.8: cannot open shared objects file)

I recently uninstalled rvm and reinstalled it, which worked fine.
But now, when I try to start vim or gvim, the following error message appears:

vim: error while loading shared libraries: libruby.so.1.8: cannot open shared objects file: there is no such file or directory "

Googling didn't really help me here. I'm on Ubuntu 11.10.

Does anyone know this problem or can someone give me a hint where should I stop in detail?

+5
source share
1 answer

Ubuntu vim Ruby, / ld.so(8) libruby1.8:

$ ldd `which vim` | grep ruby
libruby1.8.so.1.8 => /usr/lib/libruby1.8.so.1.8 (0x00007f0184795000)

$ dlocate /usr/lib/libruby1.8.so.1.8
libruby1.8: /usr/lib/libruby1.8.so.1.8.7
libruby1.8: /usr/lib/libruby1.8.so.1.8

libruby1.8 sudo apt-get install libruby1.8, vim. , rvm Ruby, , rvm.

, vim Ruby, rvm. , , Ruby, , rvm, vim Ruby vim.

( , vim, ).

+3

All Articles