From: Steve Masta Date: 2010-04-15T23:00:13+09:00 Subject: Re: my vim and cream can't work! Pen Ttt wrote: > i have installed vim and cream,Make install ruby myself. > now ,in my console: > 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 If you installed ruby by compiling it from source code, you will probably need to run (as root) ldconfig to update the library cache. Steve