Thanks for the quick reply. I followed the instructions found at:
http://www.eth0.us/yum-rhel
-----------------------------------------------------------
mkdir /usr/local/src/yum
cd /usr/local/src/yum
wget
http://centos.cs.ucr.edu/centos/4/ap...6-2.noarch.rpm
wget
http://centos.cs.ucr.edu/centos/4/ap...1.6-1.i386.rpm
wget
http://centos.cs.ucr.edu/centos/4/ap...2.6-4.i386.rpm
wget
http://centos.cs.ucr.edu/centos/4/ap...6-2.noarch.rpm
wget
http://centos.cs.ucr.edu/centos/4/ap...4.3.noarch.rpm
wget
http://centos.cs.ucr.edu/centos/4/ap...os4.noarch.rpm.
wget
http://centos.cs.ucr.edu/centos/4/ap...2.2-1.i386.rpm
rpm -Uvh *rpm
-----------------------------------------------------------
I had to replace yum-2.4.0-1.centos4.noarch.rpm. with version 2.4.2-2, since the former did't exist. The same for yum-config (4.4-3 against 4.4-5).
unfortunately this resulted in the following error:
-----------------------------------
:> yum
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
/usr/lib/python2.3/site-packages/cElementTree.so: cannot open shared object file: No such file or directory
Please install a package which provides this module, or
verify that the module is installed correctly.
It's possible that the above module doesn't match the
current version of Python, which is:
2.3.4 (#1, Feb 6 2006, 10:38:45)
[GCC 3.4.5 20051201 (Red Hat 3.4.5-2)]
-----------------------------------
Did I install a too old version of yum (that requires an older version of python), or what is the probelm? also, is there absolutely no problem of installing the i386 versions of all these programs when I'm using a 64 bits machine?
Thanks again for any help,