Hi, I get the same error when I try to run a program on my openSUSE system. Then, when I try
zypper install libstdc++.so.5
I get this message
‘libstdc++.so.5’ not found in package names. Trying capabilities.
‘libstdc++33’ providing ‘libstdc++.so.5’ is already installed.
Resolving package dependencies…
Nothing to do.
Would be very grateful if someone could help me with this. Thanks!
On 07/04/12 18:26, sramdas pecked at the keyboard and wrote:
> Hi, I get the same error when I try to run a program on my openSUSE
> system. Then, when I try
>
>> zypper install libstdc++.so.5
>>
> I get this message
>
>> ‘libstdc++.so.5’ not found in package names. Trying capabilities.
>> ‘libstdc++33’ providing ‘libstdc++.so.5’ is already installed.
>> Resolving package dependencies…
>>
>> Nothing to do.
>>
> Would be very grateful if someone could help me with this. Thanks!
>
>
The better command would be:
<code>
zypper wp libstdc++.so.5
Loading repository data…
Reading installed packages…
S | Name | Type | Version | Arch | Repository
–±------------------±--------±--------------±-------±-----------------
| libstdc++33 | package | 3.3.3-30.25.2 | x86_64 | OS 12.1 local
| libstdc++33 | package | 3.3.3-30.25.2 | x86_64 |
openSUSE-12.1-Oss
| libstdc++33 | package | 3.3.3-30.25.2 | i586 |
openSUSE-12.1-Oss
i | libstdc++33-32bit | package | 3.3.3-30.25.2 | x86_64 | openSUSE-12.1-Oss
</code>
As you can see you need to find out which package contains the file in
question and then install the proper package.