Can't find req libs

General support questions
Post Reply
prologas
Posts: 31
Joined: 2017/03/08 16:48:02

Can't find req libs

Post by prologas » 2017/12/16 15:14:47

Hello here,

I am trying to run compiled daemon of some sort cryptocoin, but looks like libs versions not right :?

[root@xxx03]# zend --daemon
zend: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by zend)
zend: /lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by zend)
zend: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by zend)

Code: Select all

yum install libstdc++
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: centos.mirror.constant.com
 * epel: la-mirrors.evowise.com
 * extras: centos.mirror.constant.com
 * updates: centos.mirror.constant.com
Package libstdc++-4.8.5-16.el7_4.1.x86_64 already installed and latest version
Nothing to do
Any help appreciated!

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Can't find req libs

Post by TrevorH » 2017/12/16 15:28:48

Your package is not intended for use on CentOS 7 as it requires a newer glibc than we ship. There is nothing you can do about that except throw the package away and find one that is intended for CentOS 7. You cannot shoehorn a newer glibc into CentOS 7 without breaking everything so don't even try.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

prologas
Posts: 31
Joined: 2017/03/08 16:48:02

Re: Can't find req libs

Post by prologas » 2017/12/16 15:45:31

That's sad to heard :roll: Anyways, Thanks

Post Reply