Linux.com

Author Message
Joined: Feb 29, 2008
Posts: 1
Other Topics
Posted Feb 29, 2008 at 4:01:09 PM
Subject: Library error (application run)
Hi, When i will run rma i am getting following error: /home/ppatel/rma/rma: /lib/i686/libc.so.6: version `GLIBC_2.3' not found (required by /usr/lib/libstdc++.so.5) We have already 2.4 version of library. [root@mclwlprod01 rma]# ls -l /lib/i686/libc.so.6 lrwxrwxrwx 1 root root 13 Sep 24 2004 /lib/i686/libc.so.6 -> libc-2.2.4.so Is there any way to resolve issue (without disturbing current library)? Thank in advance PV
Back to top Profile Email Website
Shashank Sharma
Joined Jan 01, 1970
Posts: 1657
Location:New Delhi, India

Other Topics
Posted: Mar 04, 2008 6:35:32 AM
Subject: Library error (application run)
What distribution are you running? If you have 2.4 and it specifically required 2.3, you might have to uninstall 2.4 and install 2.3.

Coauthor of Beginning Fedora: From Novice to Professional published by Apress.

Please follow the Forum Guidelines

Back to top Profile Email Website Yahoo!
netcat
Joined Mar 26, 2008
Posts: 24

Other Topics
Posted: Mar 26, 2008 10:30:27 AM
Subject: Library error (application run)
create a link like this in the same directory ln -s libc-2.2.4.so libc-2.3.so Shud work
Back to top Profile Email Website

Joined Nov 24, 2009
Posts: 2

Other Topics
Posted: May 16, 2008 3:17:05 PM
Subject: Library error (application run)
You could always try reinstalling.
Back to top Profile Email
shamer
Joined Nov 04, 2007
Posts: 12

Other Topics
Posted: May 19, 2008 8:02:09 PM
Subject: Library error (application run)
Also gccconfig will allow you to switch between multiple versions of compilers. Be careful, as you can hose your system if you forget to switch it back.
Back to top Profile Email Website
proopnarine

Joined Apr 03, 2008
Posts: 590
Location:San Francisco

Other Topics
Posted: May 20, 2008 4:58:40 AM
Subject: Library error (application run)
I think that you should try netcat's linking suggestion first. This frequently solves the problem if the reason is not really a specific library dependency, but simply a dependency by name.

Take the red pill

Climate Change Blog

Food Weblog

Back to top Profile Email Website
Tableless layout Validate XHTML 1.0 Strict Validate CSS Powered by Xaraya