vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| While installing a support package I get the following error: 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. 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? Thanks for the input. I'm having trouble locating these. |
| |||
| Me wrote or quoted, depending on how many quote levels you see: > While installing a support package I get the following error: > 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. > > 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? > > Thanks for the input. I'm having trouble locating these. Try rpmfind.net You're going to search for stdc, not libstdc. IOW, you need the libs which are included in stdc. Just a hint - when you see something prefixed with lib-, it usually means it's the lib for a package, and the package name comes after lib-. |
| |||
| Swedey wrote: > Me wrote or quoted, depending on how many quote levels you see: > > >>While installing a support package I get the following error: >>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. >> >>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? >> >>Thanks for the input. I'm having trouble locating these. > > > Try rpmfind.net > > You're going to search for stdc, not libstdc. IOW, you need the libs which > are included in stdc. > > Just a hint - when you see something prefixed with lib-, it usually means > it's the lib for a package, and the package name comes after lib-. I do not think so. I just looked these up on my RHEL 3 ES system and it retrieves: $ rpm -q libstdc++ libstdc++-devel libstdc++-3.2.3-34 libstdc++-devel-3.2.3-34 so the O.P. better look for libstdc++ and libstdc++-devel These are the main C++ libraries and I have no idea what looking for stdc RPMs would find. Of course, the O.P. should look for the release his system requires and not the ones in RHEL 3 ES. You may want to be a little careful about updating fundamental shared libraries like this. You want to be sure you are running the version that your compiler and other packages are expecting. Some packages do not like libraries that are too new and you may need to have both packages on your system. Then it can get very tricky. -- .~. Jean-David Beyer Registered Linux User 85642. /V\ Registered Machine 241939. /( )\ Shrewsbury, New Jersey http://counter.li.org ^^-^^ 08:00:00 up 11 days, 20:56, 3 users, load average: 0.17, 0.12, 0.06 |
| |||
| 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 |
| |||
| -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message In comp.os.linux.setup Jean-David Beyer <jdbeyer@exit109.com> suggested: > Swedey wrote: >> Me wrote or quoted, depending on how many quote levels you see: [..] >>>While installing a support package I get the following error: >>>error: Failed dependencies: >>> libstdc++-libc6.2-2.so.3 is needed by... >>> libstdc++-libc6.1-1.so.2 is needed by... [..] >> Just a hint - when you see something prefixed with lib-, it usually means >> it's the lib for a package, and the package name comes after lib-. > I do not think so. I just looked these up on my RHEL 3 ES system and it [..] Hi Jean-David! > You may want to be a little careful about updating fundamental shared > libraries like this. You want to be sure you are running the version that Yep. [..] Random guess, as the OP missed to give us info about the distro he's running, he's needs the compat-libstdc++-? package for Red Hat 7.3 backwards compatibility to get things working, perhaps one or another symlink and running 'ldconfig'. From my box: lrwxr-xr-x 1 root root 31 May 14 21:54 /usr/lib/libstdc++-libc6.2-2.so.3 -> libstdc++-3-libc6.2-2-2.10.0.so There are a few more of them: compat-libstdc++-7.3-2.96.128 compat-libstdc++-devel-7.3-2.96.128 compat-glibc-7.x-2.2.4.32.6 -- Michael Heiming (GPG-Key ID: 0xEDD27B94) mail: echo zvpunry@urvzvat.qr | perl -pe 'y/a-z/n-za-m/' -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFA9SfPAkPEju3Se5QRAgMNAKDV6sHTEHiGYIjSxycakk Fr/lizdgCgkQ8y M1l1IfLJiiUGQb9Zr0DD6Ag= =Q7fG -----END PGP SIGNATURE----- |
| ||||
| Me wrote: > While installing a support package I get the following error: > 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. > > 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? > > Thanks for the input. I'm having trouble locating these. What is the support package that you are trying to implement? Have you looked for a package that uses the libraries that are standard in your distribution? For example, this was a problem with the Macromedia flash plugin until recently when the newest version was (finally) compiled for the current libraries. Clive |