On 9/1/07, <b class="gmail_sendername">Kathryn Hogg</b> &lt;<a href="mailto:kjh@flyballdogs.com">kjh@flyballdogs.com</a>&gt; 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>&gt; That RPM is at (i&#39;m assuming i386 here):<br>&gt; <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>&gt;<br>&gt; so do:<br>&gt;<br>&gt; curl &lt;that URL&gt; | rpm2cpio - &gt; /tmp/libstdc++-4.1.2-13.fc6.i386.cpio<br>&gt; cd /<br>&gt; cpio -iv &lt; /tmp/libstdc++-4.1.2-13.fc6.i386.cpio<br>&gt; rpm -ivh &lt;that URL&gt;
<br><br>That won&#39;t help him since anything that depends on librpm depends on<br>libstdc++.so<br><br># ldd /usr/bin/rpm2cpio<br>&lt;snip&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;libstdc++.so.6 =&gt; /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&#39;s right, I couldn&#39;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&#39;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>