[Linux-cluster] Install Cluster in RHE4 U5

Jay Leafey jleafey at utmem.edu
Fri Jun 1 16:45:14 UTC 2007


Luis Godoy Gonzalez wrote:
> Hi
> 
> I'm trying to install a new machine with RHE4 U5 and Cluster Suite, but 
> I have several troubles.
> Could any indicate the steps to make this ?
> 
> Someone indicated to use up2date, but how ? ( up2date  ???? )
> I don't whish to update the whole system, just only install cluster suite.
> 
> I download latest sources from 
> "ftp://ftp.redhat.com/pub/redhat/linux/updates/enterprise/4ES/en/RHCS/SRPMS" 
> , but I can't compile this source on any of my machines (RHE4, U4, U5 or 
> RHE5 ).
> 
> I got this error when I tried to use rpmbuild
> =============
> [root at ele install]# rpmbuild --rebuild ccs-1.0.7-0.src.rpm
> Installing ccs-1.0.7-0.src.rpm
> error: Architecture is not included: i386
> [root at ele install]# uname -a
> Linux ele.ati-labs.cl 2.6.9-55.EL #1 Fri Apr 20 16:35:59 EDT 2007 i686 
> athlon i386 GNU/Linux
> =============
> 
> 
> We tested E5 but is not possible install it yet, for oracle 
> certification issues.  :(
> 
> 
> Thanks in advance for any help.
> Luis G.
> 
> -- 
> Linux-cluster mailing list
> Linux-cluster at redhat.com
> https://www.redhat.com/mailman/listinfo/linux-cluster

Try this:

     rpmbuild --rebuild --target i686 ccs-1.0.7-0.src.rpm

or

     rpmbuild --rebuild --target x86_64 ccs-1.0.7-0.src.rpm

as appropriate.  The 'arch' command should give you the appropriate 
value.  The spec file for ccs only lists i686, ia64 (Itanium), and 
x86_64 (AMD64/EM64T) architectures.  The default for rpmbuild on an ix86 
box is 'i386' unless you specify a target with the '--target' option.

-- 
Jay Leafey - University of Tennessee
E-Mail:  jleafey at utmem.edu  Phone:  901-448-6534  FAX:  901-448-8199

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 5153 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://listman.redhat.com/archives/linux-cluster/attachments/20070601/e685802b/attachment.bin>


More information about the Linux-cluster mailing list