Hi, I am trying to install HTCondor on centos 6 VM, but get a bunch of dependency error. [root@...]# rpm -q centos-release centos-release-6-6.el6.centos.12.2.x86_64 [root@akka01-samik yum.repos.d]# yum install condor-all --> Finished Dependency Resolution Error: Package: condor-python-8.6.0-1.el7.x86_64 (htcondor-stable) ÂÂÂÂÂÂÂÂÂÂ Requires: libstdc++.so.6(GLIBCXX_3.4.15)(64bit) Error: Package: condor-kbdd-8.6.0-1.el7.x86_64 (htcondor-stable) ÂÂÂÂÂÂÂÂÂÂ Requires: libpcre.so.1()(64bit) Error: Package: condor-8.6.0-1.el7.x86_64 (htcondor-stable) ÂÂÂÂÂÂÂÂÂÂ Requires: libstdc++.so.6(GLIBCXX_3.4.15)(64bit) Error: Package: condor-8.6.0-1.el7.x86_64 (htcondor-stable) ÂÂÂÂÂÂÂÂÂÂ Requires: libstdc++.so.6(CXXABI_1.3.5)(64bit) Error: Package: condor-classads-8.6.0-1.el7.x86_64 (htcondor-stable) ÂÂÂÂÂÂÂÂÂÂ Requires: libstdc++.so.6(CXXABI_1.3.5)(64bit) Bunch of similar errors. I tried upgrading the gcc package, but that wasn't successful either. Should I abandon this and proceed with installing from the tarball? Regards. |