From: Pen Ttt on 15 Apr 2010 09:42 i have installed vim and cream,Make install ruby myself. now ,in my console: pt(a)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(a)pt-laptop:~$ vi vi: error while loading shared libraries: libruby1.8.so.1.8: cannot open shared object file: No such file or directory sudo find /usr/share -name 'cream' /usr/share/vim/cream /usr/share/doc/cream /usr/share/cream /usr/share/menu/cream -- Posted via http://www.ruby-forum.com/.
From: Aldric Giacomoni on 15 Apr 2010 09:44 Pen Ttt wrote: > i have installed vim and cream,Make install ruby myself. > now ,in my console: > pt(a)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(a)pt-laptop:~$ vi > vi: error while loading shared libraries: libruby1.8.so.1.8: cannot open > shared object file: No such file or directory > > sudo find /usr/share -name 'cream' > /usr/share/vim/cream > /usr/share/doc/cream > /usr/share/cream > /usr/share/menu/cream Which distribution are you using? My guess is Ubuntu, but I am not sure. Which ruby package did you install? -- Posted via http://www.ruby-forum.com/.
From: Steve Masta on 15 Apr 2010 09:55 Pen Ttt wrote: > i have installed vim and cream,Make install ruby myself. > now ,in my console: > pt(a)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(a)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
From: Pen Ttt on 15 Apr 2010 09:59 ubuntu9.1, pt(a)pt-laptop:~$ ruby -v ruby 1.9.1p378 (2010-01-10 revision 26273) [i686-linux] -- Posted via http://www.ruby-forum.com/.
From: Pen Ttt on 15 Apr 2010 10:12 in order to run (as root) ldconfig to update the library cache,how to input command in my console? -- Posted via http://www.ruby-forum.com/.
|
Next
|
Last
Pages: 1 2 Prev: Update a particular Field in a csv file Next: transfer GBK into UTF-8 in csv file |