Failed or Missing Dependency of glibc-common Error Fehlende oder Failed Dependency von glibc-common Error
The following error message or problem may appear when you’re using or running “/scripts/upcp” script (manual or schedule), “/scripts/rhlupdate” script from WebHost Manager (WHM) cPanel, “yum update” command, or “yum check-update” command in CentOS and Linux such as RedHat or Fedora: Die folgende Fehlermeldung oder Problem kann auftreten, wenn Sie mit den Tasten oder Laufen "/ scripts / upcp" Script (manuell oder zeitgesteuert), "/ scripts / rhlupdate" Skript von Webhost-Manager (WHM) CPanel, "yum update"-Befehl, oder "Yum check-update"-Befehl in CentOS-und Linux-wie RedHat oder Fedora:
Error: Missing Dependency: glibc-common = 2.3.4-2 is needed by package libc-dummy-centos-4 Fehler: Fehlende Abhängigkeit: glibc-common = 2.3.4-2 ist notwendig für Paket libc-Dummy-centos-4
Note that the version number for glibc-common can be different from the above. Beachten Sie, dass die Versionsnummer für glibc-common können abweichend von oben.
If the command ran has been successfully executed in the system before, but then suddenly give such a missing dependencies error message, the RPM database may have been corrupted. Wenn der Befehl lief wurde erfolgreich ausgeführt im System vor, aber dann plötzlich eine solche fehlende Abhängigkeiten Fehlermeldung, die RPM-Datenbank kann wurden beschädigt. You can try to rebuild RPM database. Sie können versuchen, rebuild rpm-Datenbank. If you’re using cPanel, you can easily rebuild RPM database by clicking on “Rebuild RPM Database” link in Software section which executes “/scripts/dialog?dialog=rebuildrpmdb” script. Wenn Sie CPanel, können Sie ganz einfach RPM-Datenbank neu erstellen, indem Sie auf "Rebuild RPM-Datenbank" Link in der Rubrik Software führt "/ scripts / dialog? Rebuildrpmdb dialog =" Script.
In above resolution doesn’t work, in order to solve the problem or error, first thing to do is to check whether the RPM package has been installed or not. Im obigen Entschließung nicht funktioniert, um zur Lösung des Problems oder Fehlers erste, was zu tun ist zu prüfen, ob das RPM-Paket installiert wurde oder nicht. The following command can be used to check for the existence of installed glibc-common package: Der folgende Befehl kann verwendet werden, um zu überprüfen, ob die Existenz der installierten glibc-common-Pakets:
sudo rpm -qa | grep glibc-common sudo rpm-qa | grep glibc-common
Expected result: glibc-common-2.3.4-2 Erwartetes Ergebnis: glibc-common-2.3.4-2
or oder
rpm -q glibc-common rpm-q glibc-common
Expected result: glibc-common-2.3.4-2 Erwartetes Ergebnis: glibc-common-2.3.4-2
or oder
yum list glibc-common Yum Liste glibc-common
Expected result: Erwartetes Ergebnis:
Installed Packages Installierten Pakete
glibc-common.i386 2.3.4-2 installed glibc-common.i386 2.3.4-2 installiert
Available Packages Verfügbare Pakete
glibc-common.i386 2.3.4-2.9 base glibc-common.i386 2.3.4-2.9 Basis
If the glibc-common RPM package is not installed, you can install it with the following command as root user: Wenn die glibc-common RPM-Paket nicht installiert ist, können Sie es mit dem folgenden Befehl als root Benutzer:
yum install glibc-common Yum install glibc-common
The last command of “yum list glibc-common” is also needed to verify and ensure that the system architecture is matched with the version of glibc and glibc-common installed. Der letzte Befehl "yum Liste glibc-common" ist auch erforderlich, zu überprüfen und sicherzustellen, dass das System-Architektur ist abgestimmt mit der Version von glibc und glibc-common installiert. Yum is set to respect architecture values, so if you have i386 version for 32-bit x86 system installed, both glibc and glibc-common should be of i386. Yum ist zu respektieren Architektur Werte, so dass, wenn Sie i386-Version für 32-Bit-x86-System installiert ist, beide glibc und glibc-common sollte der i386. It’s the same if you have i586 or i686 for x64 machine architecture. Es ist die gleiche, wenn Sie i586 oder i686-Maschine für x64-Architektur. Beside, if you have i686 installed but only i386 version is available in the repository, or if you’re using the x86_64 distribution but with the i386 repository, both situation may cause a failure problem too. Außer, wenn Sie i686 installiert, aber nur i386-Version ist verfügbar im Repository, oder wenn Sie mit der x86_64 Verteilung, sondern mit dem i386-Repository, die beide Situation kann dazu führen, dass ein Scheitern Problem auch.
To display what architecture a distribution of glibc and glibc-common is meant for, type the following command: So zeigen Sie, was Architektur eine Verteilung der glibc und glibc-common ist, geben Sie den folgenden Befehl ein:
echo “%_query_all_fmt %%{name}-%%{version}-%%{release}.%%{arch}” >> ~/.rpmmacros echo "_query_all_fmt%%% (name }-%%{ Version }-%%{ Release }.%%{ arch)">> ~ /. rpmmacros
The command alters the way rpm command displays the output of “rpm -q” to a style which also include architecture value (such as rpm_name.arch). Der Befehl verändert die Art und Weise rpm-Befehl zeigt die Ausgabe von "rpm-q" zu einem Stil der Architektur auch Wert (wie rpm_name.arch). So in above example, you see glibc-common-2.3.4-2, and now you will see libc-common-2.3.4-2.9.i386 instead with the command of “rpm -q glibc-common”. Also im obigen Beispiel sehen Sie glibc-common-2.3.4-2, und Sie werden sehen, libc-common-2.3.4-2.9.i386 statt mit dem Kommando "rpm-q glibc-common". Check out if both glibc and glibc-common is of i386 flavor. Überprüfen Sie, ob beide glibc und glibc-common ist der i386-Variante.
If you’re on Virtuozzo or OpenVZ virtual server VPS with CentOS and cPanel platform, and getting the error that related to libc-dummy-centos-4 or libc-dummy-centos-3, you can remove the dummy file from SWSoft with the following command: Wenn Sie auf Virtuozzo-oder OpenVZ VPS virtuelle Server mit CentOS und cPanel-Plattform, und erhalte den Fehler, dass im Zusammenhang mit libc-Dummy-centos-4 oder libc-Dummy-centos-3, können Sie die Dummy-Datei von SWsoft mit der folgenden Befehl ein:
yum erase glibc-dummy-centos-3 yum löschen glibc-Dummy-centos-3
or oder
yum erase glibc-dummy-centos-4 yum löschen glibc-Dummy-centos-4
This will likely solve your problem as glibc-dummy-centos-3/4 no longer subjected to dependencies check and verification. Dies wird wahrscheinlich lösen Ihr Problem als glibc-Dummy-centos-3 / 4 nicht mehr unter Abhängigkeiten überprüfen und Verifikation.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. WICHTIG: Es handelt sich um eine Maschine der Seite übersetzt wird "as is" ohne Garantie. Machine translation may be difficult to understand. Maschinelle Übersetzung ist vielleicht schwierig zu verstehen. Please refer to Bitte wenden Sie sich an original English article Original Englisch Artikel whenever possible. wann immer dies möglich ist.
Share and contribute or get technical support and help at Aktie und einen Beitrag oder erhalten technische Unterstützung und Hilfe an My Digital Life Forums Meine digitalen Lebens Foren . Werden.
Related Articles Verwandte Artikel
- cPanel WHM Failed to Receive Status Information From Apache Error cPanel WHM Fehler beim Empfangen von Statusinformationen Apache Fehler
- Starting Apache HTTPD Failed Due to Cannot Open or No Such mod_bwlimited, mod_log_bytes or mod_bandwidth Files Starting Apache HTTPD scheiterte an kann nicht geöffnet werden "oder" Nein Solche mod_bwlimited, mod_log_bytes oder mod_bandwidth Dateien
- The Call to DllRegisterServer Failed with Error Code 0×80004005 on Windows Vista Der Aufruf an DllRegisterServer schlug fehl mit Fehlercode 0 × 80004005 in Windows Vista
- PHP Parse Error: syntax error, unexpected $end PHP Parse error: syntax error, unexpected $ end
- Windows Update KB905474 and KB913446 Installation Failed with Error Code 0×80242006 Windows Update 905474 und KB913446 Installation fehlgeschlagen mit Fehlercode 0 × 80242006
- PHP 5 Unable to Open HTTP Request Stream with fopen or fsockopen Functions PHP 5 Unable to open HTTP-Request-Stream mit fopen oder fsockopen Funktionen
- winnt_accept: Asynchronous AcceptEx failed Error in Apache Log winnt_accept: Asynchronous AcceptEx failed Fehler in Apache-Log
- BOOTMGR Is Missing During Vista Boot Error BOOTMGR fehlt während Vista Boot-Fehler
- Fix Explorer.exe Unable to Locate Component Because Browseui.dll Was Not Found Error Fix explorer.exe nicht in der Lage zu lokalisieren, weil Browseui.dll Komponente wurde nicht gefunden "-Fehler
- ESET NOD32 AntiVirus or Smart Security Kernel Virus Scanner and File Submission System Initialization Failed Error ESET NOD32 Antivirus-oder Smart Security-Kernel-Virus Scanner und Datei-Vorlage-System-Initialisierung fehlgeschlagen Fehler
















December 27th, 2007 23:11 27. Dezember 2007 23:11
very usefull, thank you! sehr nützlich, Danke!
June 5th, 2008 19:56 5. Juni 2008 19:56
Handy article - much appreciated! Handy-Artikel - sehr zu schätzen!