Re: missing .so's On 7/14/2004 2:19 AM, I believe that Me wrote:
> While installing a support package I get the following error:
What "support package?"
Perhaps the package is borken...
> 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.
>
What did you search for?
> 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?
>
They come from, um, fedora.redhat.com...you shouldn't need to update them.
> Thanks for the input. I'm having trouble locating these.
Perhaps you need the compatability packages:
compat-libstdc++
and
compat-libstdc++-devel
try:
# yum install compat-libstdc++ compat-libstdc-devel++
HTH,
Tim |