Looking for RPM File

I’m trying to install Sun Java Web Server 7 on OpenSuse 11.2 (32-bit edition). When I try to launch the setup, I get the following error message:

error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

I’m guessing that this means I need the rpm for libstdc++.so.5, but I haven’t been able to find it. Any suggestions of where it might be?

Hi,

You should find it here : software.opensuse.org: Résultats de recherche

A zypper se libstdc in terminal would have give you the answer too.

Here is another place you can look RPM Search

I found the following RPM and tried to install it:

RPM Search OpenSuSE libstdc++33-3.3.3-22.1.i586.rpm

When I use rpm -i on the rpm file, I get the error:

/sbin/ldconfig: /usr/lib is not a symbolic link

Any ideas about what might be wrong? Thanks!

Why don’t you use the link I gave you earlier ? You’ll have no problem at all.

Is that not a standard development lib? It should be available via yast in the search box be sure to check the box that says “provides” since it may be part of a bigger package.

Yep, it is.