Problem mit yum

Geschlossen
Kamikaze - 27. März 2012 um 12:02
 Ludex - 28. März 2012 um 18:09
Hallo,

Folgende Fehlermeldung bekomme ich, wenn ich yum ausführe:
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
/usr/lib64/libcurl.so.4: file too short
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.6.6 (r266:84292, May 20 2011, 16:42:11)
[GCC 4.4.5 20110214 (Red Hat 4.4.5-6)]

Hat jemand eine Idee, was es zu bedeuten hat ?

Danke

2 Antworten

Hallo,

Ich vermute, du hast eine beschädigte Library-Datei.

1) Schau mal welche Pakete liefern diese lib (wahrscheinlich curl):

rpm -qf /usr/lib64/libcurl.so.4


2) Downloade dieses Paket von dem RedHat/CentOS/Fedora Depot, je nachdem welche Distribution du hast;

3) Installiere das Paket via den folgenden Befehl :

rpm -Uvh --replacepkgs --replacefiles <ton_paquet>
0
Hallo,

Das war mein Problem auch, ich habe das Paket ersetzt und jetzt läuft es wieder

viele Dank humphry und XCarlos
0
Hallo,

Ist curl installiert ?

rpm -qa | grep curl

Was gib :

ls -l /usr/lib64/libcurl.*

aus ?
0
Treten Sie der Community bei