LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 04-22-2004, 01:42 PM   #1
Muzilli
LQ Newbie
 
Registered: Apr 2004
Posts: 1

Rep: Reputation: 0
How to install libstdc++-libc6.2-2.so.3?


Howdy all,
when I try to run, after installed, my software it returns me an error:

./bin/jbuilder: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory

I've downloaded this lib, but I could not install it?
(compat-gcc-7.3-2.96.118.src.rpm)

How can I do this in Fedora Core 1?

TIA,

Marcelo Muzilli
 
Old 04-22-2004, 06:33 PM   #2
marghorp
Senior Member
 
Registered: Jan 2004
Location: Slovenia
Distribution: Slackware 10.1, SLAX to the MAX :)
Posts: 1,040

Rep: Reputation: 45
find RPMS on the net and install them. it should be easy. I did it yesterday. I don't know the address, but try google or some RPM search engine. you should not have problems. Are you running a GUI like KDE or GNOME? Just open konqueror and navigate to the new rpm and double click it. It should unpack itself.
 
Old 04-23-2004, 05:49 AM   #3
jon-do
Member
 
Registered: Feb 2004
Distribution: Red 9, FC 2 Test 3
Posts: 98

Rep: Reputation: 16
Re: How to install libstdc++-libc6.2-2.so.3?

Quote:
Originally posted by Muzilli


I've downloaded this lib, but I could not install it?
(compat-gcc-7.3-2.96.118.src.rpm)

How can I do this in Fedora Core 1?

TIA,

Marcelo Muzilli
Are you sure you wanted to install the source rpm?
If not the rpm you wanted is compat-gcc-7.3-2.96.118.rpm
 
Old 04-23-2004, 06:38 AM   #4
marghorp
Senior Member
 
Registered: Jan 2004
Location: Slovenia
Distribution: Slackware 10.1, SLAX to the MAX :)
Posts: 1,040

Rep: Reputation: 45
I had same problems. I ended up installing SRC and you will find it in /usr/src/redhat/SOURCES/ in there you will find the tarball of the libdc++ and you have to untar it and then compile it and install.

tar -zxvf blablabla.tar.gz
cd blablabla
./configure; make; make install; make clean
 
Old 04-23-2004, 07:42 AM   #5
jon-do
Member
 
Registered: Feb 2004
Distribution: Red 9, FC 2 Test 3
Posts: 98

Rep: Reputation: 16
compat-gcc depends on binutils, glibc-devel, glibc. If you have the dependecies it should work.
Are you using a package installer like yum or apt?
 
Old 05-24-2004, 09:12 AM   #6
jokari
LQ Newbie
 
Registered: Mar 2004
Location: GRANADA(SPAIN)
Distribution: Fedora 1
Posts: 1

Rep: Reputation: 0
Hi,

For all the people who encounter the same problem, there is an rpm called
compat-libstdc++

which for Fedora 1 is compat-libstdc++-7.3-2.96.118 RPM for i386

This package provides the library and doesn't requires anything else

Hopefully it will helps someone,

Joris
 
Old 06-20-2004, 03:40 PM   #7
FreakboY
Member
 
Registered: Jun 2002
Location: TX, USA
Distribution: Slackware
Posts: 385

Rep: Reputation: 32
jokari:

thanks, it did help me...
 
Old 08-05-2004, 10:38 AM   #8
freetolio
LQ Newbie
 
Registered: Aug 2004
Posts: 9

Rep: Reputation: 0
Talking hey

You helped me too
 
Old 08-06-2004, 02:40 AM   #9
Vorbizz
LQ Newbie
 
Registered: Aug 2004
Distribution: Fedora Core 2
Posts: 7

Rep: Reputation: 0
And you helped me too Thanks
 
Old 08-17-2004, 10:30 AM   #10
FC2tick
LQ Newbie
 
Registered: Aug 2004
Posts: 1

Rep: Reputation: 0
Installing libstdc++-libc6.2-2.so.3.

When you get the error - libstdc++-libc6.2-2.so.3 is missing or not found, it means that the shared library is not installed. This shared library can be found under /usr/lib path.

In order to install the shared library, please make sure that you download the binary RPM and not the source RPM. You can find the binaries on the following website.
"http://rpmfind.net/linux/RPM/redhat/9/i386/compat-gcc-7.3-2.96.118.i386.html"
"http://rpmfind.net/linux/RPM/redhat/9/i386/compat-gcc-c++-7.3-2.96.118.i386.html"
"http://rpmfind.net/linux/RPM/redhat/9/i386/compat-libstdc++-devel-7.3-2.96.118.i386.html"

Download and install the binaries (using the rpm -ivh command) in the following sequence. Please note that there are dependencies in the binaries and it is important that you install them in the correct sequence.

1. compat-gcc-7.3-2.96.118.i386.rpm
2. compat-gcc-c++-7.3-2.96.118.i386.rpm
3. compat-libstdc++-devel-7.3-2.96.118.i386.rpm

After you install the above RPMS, you can verify the libstdc++-libc6.2-2.so.3 shared library in the /usr/lib directory.

Hope this helps!!
 
Old 08-24-2004, 11:31 PM   #11
neerajk
LQ Newbie
 
Registered: Aug 2004
Posts: 1

Rep: Reputation: 0
I believe the sequence is:
1. compat-gcc-c++-7.3-2.96.118.i386.rpm
2. compat-libstdc++-devel-7.3-2.96.118.i386.rpm
3. compat-gcc-7.3-2.96.118.i386.rpm
 
Old 10-29-2004, 04:03 PM   #12
hamcycle
LQ Newbie
 
Registered: Oct 2004
Posts: 2

Rep: Reputation: 0
failed dependencies on fedora core 2

Same problem, but I'm still stuck. While the first rpm package is able to install, the following packages do not recognize it.

1)
%rpm -ihv compat-gcc-7.3-2.96. 118.i386.rpm
Preparing... ########################################### [100%]
package compat-gcc-7.3-2.96.118 is already installed

2a)
[root@localhost]# rpm -ihv compat-libstdc++-devel-7.3-2.96.118.i386.rpm
error: Failed dependencies:
compat-libstdc++ = 7.3-2.96.118 is needed by com pat-libstdc++-devel-7.3-2.96.118

2b)
[root@localhost]# rpm -ivh compat-gcc-c++-7.3-2.96.118.i386.rpm
error: Failed dependencies:
compat-gcc = 7.3-2.96.118 is needed by compat-gcc-c++-7.3-2.96.118
compat-libstdc++ = 7.3 is needed by compat-gcc-c++-7.3-2.96.118
compat-libstdc++-devel = 7.3 is needed by compat-gcc-c++-7.3-2.96.118

2c)
[root@localhost] rpm -ihv compat-libstdc++-devel-7.3-2.96.118.i386.rpm compat-gcc-c++-7.3-2.96.118.i386.rpm
error: Failed dependencies:
compat-libstdc++ = 7.3-2.96.118 is needed by compat-libstdc++-devel-7.3-2.96.118
compat-gcc = 7.3-2.96.118 is needed by compat-gcc-c++-7.3-2.96.118
compat-libstdc++ = 7.3 is needed by compat-gcc-c++-7.3-2.96.118
 
Old 10-29-2004, 05:09 PM   #13
FreakboY
Member
 
Registered: Jun 2002
Location: TX, USA
Distribution: Slackware
Posts: 385

Rep: Reputation: 32
hamcycle: did you install in sequence just like neerajk recommended!??
 
Old 10-30-2004, 05:20 AM   #14
hamcycle
LQ Newbie
 
Registered: Oct 2004
Posts: 2

Rep: Reputation: 0
Freakboy,

Yeah, I cut and pasted my efforts above. I forgot to mention that I have the latest Fedora Core installed (2.6.8-1.521) which leads me to guess why my result is different than the folks above.

The first rpm (the plain old c rpm) installs fine. The second rpm (the devel one) doesn't seem to recognize that the first is installed.
 
Old 10-30-2004, 07:49 PM   #15
FunkyRes
Member
 
Registered: Mar 2004
Distribution: CentOS
Posts: 174

Rep: Reputation: 30
yum install libstdc++-compat

That will install the package and any dependencies.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
libstdc++-libc6.1-1.so.2 cybercullen Linux - Newbie 6 07-08-2009 01:05 PM
Error: libstdc++-libc6.2-2 .so.3 ceenu99 Linux - Software 2 07-14-2005 11:53 PM
how to link to libstdc++-libc6.1-2.so.3? thanhvn Programming 1 03-19-2005 11:13 AM
libstdc++-libc6.2-2.so.3 tommytomato Linux - General 1 12-12-2003 01:07 AM
libstdc++-libc6.2? jpbarto Linux From Scratch 1 04-13-2003 09:35 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 04:53 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration