Thanks, that work it !!! :)
Jay Leafey escribió:
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@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@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@xxxxxxxxxx
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.
------------------------------------------------------------------------
--
Linux-cluster mailing list
Linux-cluster@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/linux-cluster
--
Linux-cluster mailing list
Linux-cluster@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/linux-cluster