On 9/1/07, <b class="gmail_sendername">Kathryn Hogg</b> <<a href="mailto:kjh@flyballdogs.com">kjh@flyballdogs.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>Dave Carlson wrote:<br>> That RPM is at (i'm assuming i386 here):<br>> <a href="http://download.fedora.redhat.com/pub/fedora/linux/core/updates/6/i386/libstdc++-4.1.2-13.fc6.i386.rpm">http://download.fedora.redhat.com/pub/fedora/linux/core/updates/6/i386/libstdc++-4.1.2-13.fc6.i386.rpm
</a><br>><br>> so do:<br>><br>> curl <that URL> | rpm2cpio - > /tmp/libstdc++-4.1.2-13.fc6.i386.cpio<br>> cd /<br>> cpio -iv < /tmp/libstdc++-4.1.2-13.fc6.i386.cpio<br>> rpm -ivh <that URL>
<br><br>That won't help him since anything that depends on librpm depends on<br>libstdc++.so<br><br># ldd /usr/bin/rpm2cpio<br><snip><br> libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x001ab000)<br><br>--
<br>Kathryn<br><a href="http://womensfooty.com">http://womensfooty.com</a><br><br></blockquote></div><br>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.
<br>