Heim >Backend-Entwicklung >PHP-Problem >Was soll ich tun, wenn ich bei der PHP-Installation mit Yum eine Fehlermeldung erhalte?
Lösung für den Fehler bei der Installation von PHP mit yum: 1. Überprüfen Sie die Fehlermeldung. 2. Führen Sie „yum -y install php* --skip-broken“ im Befehlsfenster aus.
Die Betriebsumgebung dieses Artikels: Ubuntu 12.10-System, PHP5.3-Version, Dell G3-Computer.
Was soll ich tun, wenn ich bei der Installation von PHP auf yum eine Fehlermeldung erhalte?
Lösung für den Fehler bei der Verwendung von yum zur Installation von PHP*
# yum -y install php*
Hinweis:
php53-odbc64-5.3.3-2.el5.x86_64 from base has depsolving problems --> php53-odbc64 conflicts with php53-odbc Error: php53-odbc64 conflicts with php53-odbc You could try using --skip-broken to work around the problem You could try running: package-cleanup --problems package-cleanup --dupes rpm -Va --nofiles --nodigest The program package-cleanup is found in the yum-utils package. # yum -y install php* --skip-broken
Complete wird am Ende angezeigt, wenn die Installation erfolgreich ist!
Empfohlene Studie: „PHP Video Tutorial“
Das obige ist der detaillierte Inhalt vonWas soll ich tun, wenn ich bei der PHP-Installation mit Yum eine Fehlermeldung erhalte?. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!