Greetings.
From a couple of days after a package update
the tool of suse yast isn’t loading the modules when clicking on them.
from the terminal I get this
================================
Code:
xdg-su -c "/sbin/yast2 sw_single"
Error loading language plugin /usr/lib64/YaST2/plugin/libpy2lang_ruby.so: libruby2.0.so.2.0: cannot open shared object file: No such file or directory
/usr/lib/YaST2/bin/y2base: symbol lookup error: /usr/lib64/YaST2/plugin/libpy2UI.so.2: undefined symbol: _Z16should_be_loggediRKSs
================================
the same goes running yast2 and clicking in any module.
As far as I know the undefined symbol is something that isnt declared where it says, so I did a ls in /usr/lib64/YaST2/plugin and there were but the size of them was zero (libpy2lang_ruby.so,libruby2.0.so.2.0 and libpy2UI.so.2)
Looked for rpms containing both files, extracted and put in the lib directory, then trying again the first command xdg-su...
didn’t show an error, but it didn’t load the module again, after this the command says the same and the libraries are again of size zero (I remember they were at least 100Kb+)
So in the end it didnt work, how to track what its the cause.
Im using opensuse 13.2 using kernel 3.16.7-21
Thanks a lot