Hey there,
The office workstation suddenly starting having issues. That is, zypper won't work and posts the error
We can't seem to find libstdc++ installed anywhere, so we figured we'd put it back on the system by running
(one for 32-bit and one for 64-bit). But we then get an error stating that there is a conflict between libstdc++6 and libstdc++6-4.8.1_20130909. But we cannot find any libstdc++6 still on the system. Is there a cache somewhere that still thinks it exists when it really doesn't?
Thank you in advance for any help.
The office workstation suddenly starting having issues. That is, zypper won't work and posts the error
Code:
zypper: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
Code:
rpm -Uvh http://download.opensuse.org/repositories/openSUSE:/13.1/standard/x86_64/libstdc++6-4.8.1_20130909-3.2.1.x86_64.rpm
rpm -Uvh http://download.opensuse.org/repositories/openSUSE:/13.1/standard/i586/libstdc++6-4.8.1_20130909-3.2.1.i586.rpm
Thank you in advance for any help.