$ tar xvfz ruby-1.4.2.tar.gz $ cd ruby-1.4.2 $ ./configure --enable-shared $ make $ make test $ su # make install # exit |
$ ruby --version ruby: error while loading shared libraries: libruby.so.1.8: cannot load shared object file: \ No such file or directory |