Scott R. Ehrlich wrote:
> /usr/local/bin/myprog: /usr/lib64/libstdc++: version `GLIBXX.3.4.9' not 
> found (required by /usr/local/bin/myprog)
>
> I have gcc 4.2.3.

Ahemm. 

[EMAIL PROTECTED] ~]$rpm -q gcc
gcc-4.1.2-42.el5.x86_64

> I've performed a yum install compat-* and glibc*
>
> What am I missing?

A sane CentOS setup?

[EMAIL PROTECTED] ~]$strings /usr/lib/libstdc++.so.6.0.8|grep -i
glibcxx
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_FORCE_NEW
[EMAIL PROTECTED] ~]$

So you have a newer gcc and some program requesting a more current
libstdc++.

Does that help?

Ralph

Attachment: pgpfiGtvzTBXg.pgp
Description: PGP signature

_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to