[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



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=/
[snip]

I note from the above you have the "..rhel3.." RPM. The RHEL3 binary is compiled on Red Hat Enterprise 3.x. As Centos 5.x is essentially Red Hat Enterprise 5.x, go with the "rhel5" binary from the Condor Web site and you should be good. Specifically I'd grab
   condor-7.2.0-linux-x86_64-rhel5-dynamic-1.x86_64.rpm

regards,
Todd