On 9/1/07, Kathryn Hogg <kjh at flyballdogs.com> wrote:
>
>
> Dave Carlson wrote:
> > That RPM is at (i'm assuming i386 here):
> >
> http://download.fedora.redhat.com/pub/fedora/linux/core/updates/6/i386/libstdc++-4.1.2-13.fc6.i386.rpm
> >
> > so do:
> >
> > curl <that URL> | rpm2cpio - > /tmp/libstdc++-4.1.2-13.fc6.i386.cpio
> > cd /
> > cpio -iv < /tmp/libstdc++-4.1.2-13.fc6.i386.cpio
> > rpm -ivh <that URL>
>
> That won't help him since anything that depends on librpm depends on
> libstdc++.so
>
> # ldd /usr/bin/rpm2cpio
> <snip>
>         libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x001ab000)
>
> --
> Kathryn
> http://womensfooty.com
>
>
Kathryn's right, I couldn't do anything with rpm. I forgot that my other
machine is i686 while this machine is x86_64, so the library was not
compatible. I downloaded the gcc source, compiled and installed that. That
didn't work when I installed it to /usr/local/lib. I recomposed and
installed to /usr/lib which fixed the problem. Thanks again for the
suggestions.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mn-linux.org/pipermail/tclug-list/attachments/20070901/258e1671/attachment.htm