Emergency help plz !!!

i got this error


Code:
root@server [/tmp/rpms/ce43]# rpm -ivh --force *.rpm
warning: centos-yumconf-4-4.5.noarch.rpm: V3 DSA signature: NOKEY, key ID 443e18
21
error: Failed dependencies:
        /usr/lib/python2.3 is needed by libxml2-python-2.6.16-6
        libxml2 = 2.6.16 is needed by libxml2-python-2.6.16-6
        python-abi = 2.3 is needed by python-elementtree-1.2.6-4
root@server [/tmp/rpms/ce43]#
 
Could the bloke on there who offered help not do anything?

configserver.com may be able to help, for a small fee
 
error: Failed dependencies:
/usr/lib/python2.3 is needed by libxml2-python-2.6.16-6
libxml2 = 2.6.16 is needed by libxml2-python-2.6.16-6
python-abi = 2.3 is needed by python-elementtree-1.2.6-4

Try downloading the packages listed on the error to that same directory and execute rpm -ivh --force *.rpm
 
Back
Top