Re: missing .so's Me wrote or quoted, depending on how many quote levels you see:
> While installing a support package I get the following error:
> error: Failed dependencies:
> libstdc++-libc6.2-2.so.3 is needed by...
> libstdc++-libc6.1-1.so.2 is needed by...
>
> yum search turns up nothing.
>
> rpm -qa|grep std turns up:
> libstdc++-3.3.3-7
> libstdc++-devel-3.3.3-7
>
> Where do these come from and how can I get the updates for them?
>
> Thanks for the input. I'm having trouble locating these.
Try rpmfind.net
You're going to search for stdc, not libstdc. IOW, you need the libs which
are included in stdc.
Just a hint - when you see something prefixed with lib-, it usually means
it's the lib for a package, and the package name comes after lib-. |