[opensuse] Ruby is not working
Hi, I have weird situation as I can't seem to figure out what is wrong with ruby This is a machine upgraded from 12.1 to 12.3 via zypper dup. ~ $ rpm -qa |grep ruby ruby-1.9.3-15.2.1.x86_64 ruby19-1.9.3.p392-1.9.1.x86_64 ~ $ ruby --version /usr/bin/ruby: error while loading shared libraries: libruby.so.1.8: cannot open shared object file: No such file or directory Any ideas what I am missing -- Togan o .o. o o_ o_ _o _o ,_o o_ <|> `|' (|) )' ),' ` |( ' (, ,( )| ' ( ) [ ] [ ] >\ / > < \ /< < \ / > -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Wed, 17 Jul 2013 17:22:51 +0200, Togan Muftuoglu <toganm@opensuse.org> said:
Togan> ~ $ ruby --version Togan> /usr/bin/ruby: error while loading shared libraries: Togan> libruby.so.1.8: cannot open shared object file: No such file or Togan> directory It turns out to be a packaging issue for those of us coming from 12.1 and probably earlier releases. Solution is easy rm /usr/bin/ruby update-alternatives --auto ruby -- o .o. o o_ o_ _o _o ,_o o_ <|> `|' (|) )' ),' ` |( ' (, ,( )| ' ( ) [ ] [ ] >\ / > < \ /< < \ / > -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (1)
-
Togan Muftuoglu