
My first post here so i don' t know if that is the right section to post this question...

I have a vps with rhel3, psa 7.5.4 installed, with no yum preinstalled

so i try to install yum 2.2.0, i have installed all the dependencies needed (libxml 2.6.16,libxml-python 2.6.16,rpm-python 4.2-0)
when i was installing rpm-python 4.2.0 i got this:
rpm -qa | grep rpm gave me this:error: Failed dependencies:
rpm = 4.2 is needed by rpm-python-4.2-0.69
so i installed it with rpm -Uvh --nodeps...rpm-4.2.3-13.swsoft
rpm-libs-4.2.3-13.swsoft
and then i installed yum...
now when i run yum i take this error:
Thank u all in advanceTraceback (most recent call last):
File "/usr/bin/yum", line 6, in ?
import yummain
File "/usr/share/yum-cli/yummain.py", line 23, in ?
import yum
File "/usr/lib/python2.2/site-packages/yum/__init__.py", line 21, in ?
import rpm
ImportError: /usr/lib/python2.2/site-packages/rpmmodule.so: undefined symbol: mp32addx

Hope to hear from u soon
---
bigpod