LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-23-2009, 03:40 PM   #16
Fnatte
LQ Newbie
 
Registered: Jun 2009
Posts: 2

Rep: Reputation: 0

Quote:
Originally Posted by hartings View Post
Hi,

I run CentOS 5.3 (RHEL5.3) which has package libstdc++-4.1.2-44.el5.i386.rpm installed which provides:

libstdc++
libstdc++.so.6
libstdc++.so.6(CXXABI_1.3)
libstdc++.so.6(CXXABI_1.3.1)
libstdc++.so.6(GLIBCXX_3.4)
libstdc++.so.6(GLIBCXX_3.4.1)
libstdc++.so.6(GLIBCXX_3.4.2)
libstdc++.so.6(GLIBCXX_3.4.3)
libstdc++.so.6(GLIBCXX_3.4.4)
libstdc++.so.6(GLIBCXX_3.4.5)
libstdc++.so.6(GLIBCXX_3.4.6)
libstdc++.so.6(GLIBCXX_3.4.7)
libstdc++.so.6(GLIBCXX_3.4.8)
libstdc++

but NOT libstdc++.so.6(GLIBCXX_3.4.9) which I need for an application I want to install.

The newer version of libstdc++, used by fedora10 is libstdc++-4.3.2-7.i386.rpm, which provides the same, plus libstdc++.so.6(GLIBCXX_3.4.9) which I need!!

Could I install this rpm without risks?

Appreciate your comments!
I am having the same problem. If you make it work, please tell me how

Last edited by Fnatte; 06-23-2009 at 03:42 PM.
 
Old 06-24-2009, 11:30 AM   #17
debiprasad
LQ Newbie
 
Registered: Jun 2009
Location: Mumbai
Posts: 5

Rep: Reputation: 0
Smile

You can install but it may ask you for other dependencies. Be sure that it will not stop other application.
 
Old 11-29-2009, 03:18 AM   #18
Lazlu
LQ Newbie
 
Registered: Nov 2009
Posts: 1

Rep: Reputation: 0
my distro is Xandros for eeepc 900. The problem is related to Googleearth installation. No experinces in programming. I am 63 years old!!
 
Old 11-30-2009, 07:19 AM   #19
ahai
LQ Newbie
 
Registered: Nov 2009
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by Fnatte View Post
I am having the same problem. If you make it work, please tell me how
I encounter the same problem. If you make it work, please tell me how
[root@localhost ]# uname -a
Linux localhost 2.6.18-164.6.1.el5.centos.plus

Last edited by ahai; 11-30-2009 at 07:21 AM.
 
Old 12-23-2009, 08:46 AM   #20
mbreughe
LQ Newbie
 
Registered: Dec 2009
Posts: 1

Rep: Reputation: 0
I've got the same problem. I also recieve this error after trying to run the compiled program. I'm missing exactly the same: GLIBCXX_3.4.9.

When I try to install the rpm libstdc++-4.3.2-7.i386.rpm I'm getting dependency problems. This is my linux version: uname -a
Linux madmax 2.6.18-128.4.1.el5 #1 SMP Tue Aug 4 12:51:10 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
Quote:
Originally Posted by hartings View Post
Hi,

I run CentOS 5.3 (RHEL5.3) which has package libstdc++-4.1.2-44.el5.i386.rpm installed which provides:

libstdc++
libstdc++.so.6
libstdc++.so.6(CXXABI_1.3)
libstdc++.so.6(CXXABI_1.3.1)
libstdc++.so.6(GLIBCXX_3.4)
libstdc++.so.6(GLIBCXX_3.4.1)
libstdc++.so.6(GLIBCXX_3.4.2)
libstdc++.so.6(GLIBCXX_3.4.3)
libstdc++.so.6(GLIBCXX_3.4.4)
libstdc++.so.6(GLIBCXX_3.4.5)
libstdc++.so.6(GLIBCXX_3.4.6)
libstdc++.so.6(GLIBCXX_3.4.7)
libstdc++.so.6(GLIBCXX_3.4.8)
libstdc++

but NOT libstdc++.so.6(GLIBCXX_3.4.9) which I need for an application I want to install.

The newer version of libstdc++, used by fedora10 is libstdc++-4.3.2-7.i386.rpm, which provides the same, plus libstdc++.so.6(GLIBCXX_3.4.9) which I need!!

Could I install this rpm without risks?

Appreciate your comments!
 
Old 01-19-2010, 07:58 AM   #21
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by Lazlu View Post
my distro is Xandros for eeepc 900. The problem is related to Googleearth installation. No experinces in programming. I am 63 years old!!
It's good to see younger people here.......

Please start a new thread with you question---this does not seem to fit here.
 
Old 07-14-2010, 04:49 PM   #22
dsimka
LQ Newbie
 
Registered: Jul 2010
Posts: 3

Rep: Reputation: 0
maybe this will help

try this
wget http://skarabei.varna.net/~danny/libstdc++.so.6.0.13

cp libstdc++.so.6.0.13 /usr/lib
LD_PRELOAD=/usr/lib/libstdc++.so.6.0.13 /var/bin/CCcam.x86_64
or LD_PRELOAD=/usr/lib/libstdc++.so.6.0.13 /your_path_to_/CCcam.x86/_64/
 
Old 12-01-2010, 11:45 AM   #23
7v7t7r
LQ Newbie
 
Registered: Dec 2010
Posts: 1

Rep: Reputation: 0
@dsimka

I tried to do what you recommend, but after running the second line (cp libstdc++.so.6.0.13 /usr/lib), firefox just closed down and since then I cannot access firefox or call on apt-get. Please help by telling me what to do.
 
Old 12-02-2010, 12:25 AM   #24
dsimka
LQ Newbie
 
Registered: Jul 2010
Posts: 3

Rep: Reputation: 0
hm

give me full information about your OS, how do you access it, etc ..etc
also please include step by step what you typed exactly
screenshots can be useful too

Quote:
Originally Posted by 7v7t7r View Post
@dsimka

I tried to do what you recommend, but after running the second line (cp libstdc++.so.6.0.13 /usr/lib), firefox just closed down and since then I cannot access firefox or call on apt-get. Please help by telling me what to do.
 
Old 12-02-2010, 04:09 AM   #25
mac.tieu
Member
 
Registered: Jan 2010
Location: Vietnam
Distribution: Arch
Posts: 65

Rep: Reputation: 22
Quote:
Originally Posted by hartings View Post
...
The newer version of libstdc++, used by fedora10 is libstdc++-4.3.2-7.i386.rpm, which provides the same, plus libstdc++.so.6(GLIBCXX_3.4.9) which I need!!

Could I install this rpm without risks?
...
I got the same problem when I was install Qt library to CentOS-5.5. Then I had upgraded 'libstdc++' to '4.3.2-7' and it still work well so far.

Good luck,
MT.
 
  


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
Can not find Library libstdc++.so.6(GLIBCXX_3.4) cector Linux - Software 2 11-01-2007 07:04 AM
libgcc_s.so.1: version `GCC_4.2.0' not found (required by /usr/bin/../lib/libstdc++.s hferretluv Linux - Software 4 12-18-2006 12:31 PM
audacity unable to locate required lib files present in /usr/lib/ adityavpratap Slackware 4 11-30-2006 06:06 AM
Unable to log in to SUSE 9.3; /usr/lib/libstdc++.so.6 problem brianbahr SUSE / openSUSE 1 02-23-2006 08:42 PM
/usr/lib/libstdc++.so.5: version 'GLIBCPP_3.2.2' not found vidi Linux - Software 1 06-10-2004 09:26 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:00 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