From: Walton Hoops Date: 2010-04-15T23:20:24+09:00 Subject: Re: my vim and cream can't work! On 4/15/2010 7:59 AM, Pen Ttt wrote: > pt@pt-laptop:~$ vim > vim: error while loading shared libraries: libruby1.8.so.1.8: cannot > open shared object file: No such file or directory > pt@pt-laptop:~$ vi > vi: error while loading shared libraries: libruby1.8.so.1.8: cannot open > shared object file: No such file or directory > > ubuntu9.1, > pt@pt-laptop:~$ ruby -v > ruby 1.9.1p378 (2010-01-10 revision 26273) [i686-linux] > > Notice, you have ruby 1.9.1 installed, and it's looking for libruby1.8. Assuming you are running a Debian derivative, just do: 'sudo apt-get install libruby1.8'