Bug #2899 - Unable to Install Synergy 1.4.2 RPM on CentOS 5.6 x86_64 - Failed Dependencies
- Duplicated by: Bug #3022 - RedHat 6.1 does not come with libstdc++.so.6(GLIBCXX_3.4.14)(64bit)
- Duplicated by: Support #3244 - error: Failed dependencies: libstdc++.so.6
[root@Linux Downloads]# rpm -ivh ./synergy-1.4.2-Linux-x8664.rpm
error: Failed dependencies:
libstdc++.so.6(GLIBCXX3.4.11)(64bit) is needed by synergy-1.4.2-1.x8664
libstdc++.so.6(GLIBCXX3.4.9)(64bit) is needed by synergy-1.4.2-1.x86_64
[root@Linux Downloads]# rpm -qa |grep libstdc++
libstdc++-devel-4.1.2-50.el5
compat-libstdc++-33-3.2.3-61
libstdc++-4.1.2-50.el5
libstdc++-4.1.2-50.el5
compat-libstdc++-33-3.2.3-61
[root@Linux Downloads]# uname -sri
Linux 2.6.18-238.9.1.el5 x86_64
#1
I used to run synergy.x8664 0:1.3.1-2.el5.rf on my CentOS 5.8 without an issue. Once I tried to upgrade to 1.4.10, I got the same error: error: Failed dependencies: libstdc++.so.6(GLIBCXX3.4.11)(64bit) is needed by synergy-1.4.10-1.x8664 libstdc++.so.6(GLIBCXX3.4.9)(64bit) is needed by synergy-1.4.10-1.x86_64
Although I do have the lib installed: $ rpm -qa |grep libstdc++ libstdc++-4.1.2-52.el58.1 libstdc++-devel-4.1.2-52.el58.1 libstdc++-4.1.2-52.el5_8.1
However, synergy 1.4.10 works fine on my CentOS 6.3 box: $ rpm -qa |grep libstdc++ libstdc++-devel-4.4.6-4.el6.x8664 libstdc++-4.4.6-4.el6.i686 libstdc++-4.4.6-4.el6.x8664
Any idea?
Write comment