<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
<html>
<head>
 <meta http-equiv='Content-Type' content='text/html;charset=us-ascii'>
 <style>BODY{font:10pt Tahoma, Verdana, sans-serif;}</style>
</head>
<body>
<br><blockquote style="border-left: 2px solid rgb(0, 0, 255); padding-left: 5px; margin-left: 5px; margin-right: 0px;"><hr><b>From:</b> Donald Raikes [mailto:don@draikes.com]<br><b>To:</b> ubuntu-users@lists.ubuntu.com<br><b>Sent:</b> Thu, 27 Dec 2007 10:10:43 -0900<br><b>Subject:</b> looking for package compat-libstdc++-296<br><br>hello,<br>
<br>
I am attempting to install a package from an rpm file, however, the<br>
package requires the compat-libstdc++-296 package as a dependency.<br>
<br>
Where do I find this package? I have been successful in installing it on<br>
fedora, but can't find it for ubuntu.<br>
</blockquote>Well the easiest way to find packages is to do this:<br><br># apt-cache search libstdc<br>libgmp3-dev - Multiprecision arithmetic library developers tools<br>libstdc++5 - The GNU Standard C++ Library v3<br>libstdc++5-3.3-dev - The GNU Standard C++ Library v3 (development files)<br>libstdc++6 - The GNU Standard C++ Library v3<br>libstdc++6-4.0-dbg - The GNU Standard C++ Library v3 (debugging files)<br>libstdc++6-4.0-dev - The GNU Standard C++ Library v3 (development files)<br>libstdc++6-4.0-doc - The GNU Standard C++ Library v3 (documentation files)<br>libstdc++6-dbg - The GNU Standard C++ Library v3 (debugging files)<br>libstdc++6-dev - The GNU Standard C++ Library v3 (development files)<br>lib32stdc++6-4.0-dbg - The GNU Standard C++ Library v3 (debugging files)<br>libstdc++5-3.3-dbg - The GNU Standard C++ Library v3 (debugging files)<br>libstdc++5-3.3-doc - The GNU Standard C++ Library v3 (documentation files)<br>libstdc++5-3.3-pic - The GNU Standard C++ Library v3 (shared library subset kit)<br>libstdc++6-4.0-pic - The GNU Standard C++ Library v3 (shared library subset kit)<br>libstdc++6-doc - The GNU Standard C++ Library v3 (documentation files)<br>libstdc++6-pic - The GNU Standard C++ Library v3 (shared library subset kit)<br><br>And the files for sources is important, as it will determine  what the search shows.<br>So look at /etc/apt for your sources and edit to include what you need.<br><br>Google for your package is always fun as well.<br><br>-Dee <br><br><blockquote style="border-left: 2px solid rgb(0, 0, 255); padding-left: 5px; margin-left: 5px; margin-right: 0px;"><span></span><br>
It also looks like I need some other packages (see errors below):<br>
<br>
error: Failed dependencies:<br>
        /bin/bash is needed by ttsynthcore-1.0-0.i386<br>
        /bin/sh is needed by ttsynthcore-1.0-0.i386<br>
        /lib/ld-linux.so.2 is needed by ttsynthcore-1.0-0.i386<br>
        /lib/libasound.so.2 is needed by ttsynthcore-1.0-0.i386<br>
        /lib/libc.so.6 is needed by ttsynthcore-1.0-0.i386<br>
        /lib/libdl.so.2 is needed by ttsynthcore-1.0-0.i386<br>
        /lib/libgcc_s.so.1 is needed by ttsynthcore-1.0-0.i386<br>
        /lib/libm.so.6 is needed by ttsynthcore-1.0-0.i386<br>
        /lib/libpthread.so.0 is needed by ttsynthcore-1.0-0.i386<br>
        /usr/lib/libstdc++-libc6.2-2.so.3 is needed by ttsynthcore-1.0-0.i386<br>
        libc.so.6 is needed by ttsynthcore-1.0-0.i386<br>
        libc.so.6(GLIBC_2.0) is needed by ttsynthcore-1.0-0.i386<br>
        libc.so.6(GLIBC_2.1) is needed by ttsynthcore-1.0-0.i386<br>
        libc.so.6(GLIBC_2.1.3) is needed by ttsynthcore-1.0-0.i386<br>
        libc.so.6(GLIBC_2.2) is needed by ttsynthcore-1.0-0.i386<br>
        libdl.so.2 is needed by ttsynthcore-1.0-0.i386<br>
        libdl.so.2(GLIBC_2.0) is needed by ttsynthcore-1.0-0.i386<br>
        libdl.so.2(GLIBC_2.1) is needed by ttsynthcore-1.0-0.i386<br>
        libm.so.6 is needed by ttsynthcore-1.0-0.i386<br>
        libm.so.6(GLIBC_2.0) is needed by ttsynthcore-1.0-0.i386<br>
        libpthread.so.0 is needed by ttsynthcore-1.0-0.i386<br>
        libpthread.so.0(GLIBC_2.0) is needed by ttsynthcore-1.0-0.i386<br>
        libstdc++-libc6.2-2.so.3 is needed by ttsynthcore-1.0-0.i386<br>
<br>
If anyone can point me to the correct packages to install to get this to<br>
install I would be very grateful!!<br>
<br>
Don Raikes<br>
<a href="http://eagles-wing.net" target="_blank">http://eagles-wing.net</a><br>
<br>
<br>
-<br>
</blockquote><style>
</style>
</body></html>