[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Condor 7.2.0 install fails on Cent OS 5.2



Nevermind, I tried and was able to install the rhel5 version of the rpm.

On Feb 3, 2009, at 10:46 AM, Hoover Sam wrote:

I'm trying to install Condor 7.2.0 on Cent OS 5.2 (Final) 64 bit, and getting a failure.

cat /etc/redhat-release
CentOS release 5.2 (Final)

uname -a
Linux hostname.clemson.edu 2.6.18-92.1.10.el5 #1 SMP Tue Aug 5 07:42:41 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux

Here's the rpm install command with the error:

rpm -i condor-7.2.0-linux-x86_64-rhel3-dynamic-1.x86_64.rpm -- prefix=/usr/local/condor-7.2.0
error: Failed dependencies:
       libstdc++.so.5()(64bit) is needed by condor-7.2.0-1.x86_64
libstdc++.so.5(CXXABI_1.2)(64bit) is needed by condor-7.2.0-1.x86_64 libstdc++.so.5(GLIBCPP_3.2)(64bit) is needed by condor-7.2.0-1.x86_64 libstdc++.so.5(GLIBCPP_3.2.2)(64bit) is needed by condor-7.2.0-1.x86_64

Looking in /usr/lib/ and /usr/lib64/ we have libstdc++.so.6 and libstdc++.so.6.0.8 in both locations (or symlinks). Looks like I've got a newer version of the libstdc++ than the rpm can handle.

Has anyone else installed Condor 7.2.0 on this version of Cent OS? If so, what version did you use and how did you get it working?

Thanks,
Sam