Failed or Missing Dependency of glibc-common Error Gagal atau Hilang dependensi dari 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: Pesan kesalahan berikut atau masalah yang mungkin muncul ketika Anda menggunakan atau menjalankan "/ scripts / upcp" script (manual atau jadwal), "/ scripts / rhlupdate" script dari webhost Manager (WHM) cPanel, "yum update" perintah, atau "yum check-update" perintah di CentOS dan Linux seperti RedHat atau Fedora:
Error: Missing Dependency: glibc-common = 2.3.4-2 is needed by package libc-dummy-centos-4 Error: Missing Dependency: glibc-common = 2.3.4-2 dibutuhkan oleh paket libc-dummy-CentOS-4
Note that the version number for glibc-common can be different from the above. Perhatikan bahwa nomor versi glibc-common dapat berbeda dari yang di atas.
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. Jika perintah berlari telah berhasil dijalankan di sistem sebelumnya, tetapi kemudian tiba-tiba memberikan dependensi seperti pesan kesalahan hilang, database RPM mungkin telah rusak. You can try to rebuild RPM database. Anda dapat mencoba untuk membangun kembali RPM database. 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. Jika Anda menggunakan cPanel, Anda dapat dengan mudah membangun kembali RPM database dengan mengklik pada "Rebuild RPM Database" link di bagian Software yang mengeksekusi "/ scripts / dialog? Dialog = rebuildrpmdb" 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. Dalam resolusi di atas tidak bekerja, dalam rangka untuk memecahkan masalah atau kesalahan, hal pertama yang harus dilakukan adalah memeriksa apakah paket RPM yang sudah diinstal atau tidak. The following command can be used to check for the existence of installed glibc-common package: Perintah berikut dapat digunakan untuk memeriksa keberadaan diinstal paket glibc-common:
sudo rpm -qa | grep glibc-common sudo rpm-qa | grep glibc-common
Expected result: glibc-common-2.3.4-2 Hasil yang diharapkan: glibc-common-2.3.4-2
or atau
rpm -q glibc-common rpm-q glibc-common
Expected result: glibc-common-2.3.4-2 Hasil yang diharapkan: glibc-common-2.3.4-2
or atau
yum list glibc-common daftar yum glibc-common
Expected result: Hasil yang diharapkan:
Installed Packages Installed Packages
glibc-common.i386 2.3.4-2 installed glibc-common.i386 2.3.4-2 diinstal
Available Packages Tersedia Paket
glibc-common.i386 2.3.4-2.9 base glibc-dasar common.i386 2.3.4-2.9
If the glibc-common RPM package is not installed, you can install it with the following command as root user: Jika glibc-common paket RPM tidak terinstal, Anda dapat menginstalnya dengan perintah berikut sebagai root user:
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. Perintah terakhir dari "daftar yum glibc-common" juga diperlukan untuk memverifikasi dan memastikan bahwa arsitektur sistem cocok dengan versi glibc glibc-common dan diinstal. 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 diatur untuk menghormati nilai-nilai arsitektur, jadi jika Anda memiliki i386 versi 32-bit untuk sistem x86 diinstal, baik dan glibc glibc-common harus memiliki i386. It's the same if you have i586 or i686 for x64 machine architecture. Hal yang sama jika Anda memiliki i586 atau i686 untuk mesin x64 arsitektur. 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. Disamping, jika Anda memiliki terinstal i686 tetapi hanya versi i386 tersedia dalam repositori, atau jika Anda menggunakan distribusi x86_64 tetapi dengan repositori i386, kondisi baik dapat menyebabkan masalah kegagalan juga.
To display what architecture a distribution of glibc and glibc-common is meant for, type the following command: Untuk menampilkan arsitektur apa yang distribusi dan glibc glibc-common dimaksudkan untuk, ketik perintah berikut:
echo “%_query_all_fmt %%{name}-%%{version}-%%{release}.%%{arch}” >> ~/.rpmmacros echo "% _query_all_fmt%% (nama }-%%{ rilis versi }-%%{ lengkungan }.%%{)">> ~ /. 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). Perintah mengubah cara perintah rpm menampilkan output dari "rpm-q" untuk sebuah gaya arsitektur yang juga mencakup nilai (seperti 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”. Jadi, dalam contoh di atas, Anda melihat glibc-common-2.3.4-2, dan sekarang Anda akan melihat libc-common-2.3.4-2.9.i386 bukannya dengan perintah "rpm-q glibc-common". Check out if both glibc and glibc-common is of i386 flavor. Check out jika kedua glibc dan glibc-i386 umum adalah rasa.
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: Jika Anda pada Virtuozzo atau server virtual VPS OpenVZ dengan cPanel CentOS dan platform, dan mendapatkan kesalahan yang berkaitan dengan libc-dummy-CentOS-4 atau libc-dummy-CentOS-3, Anda dapat menghapus file dari SWSoft dummy dengan perintah berikut:
yum erase glibc-dummy-centos-3 yum menghapus glibc-dummy-CentOS-3
or atau
yum erase glibc-dummy-centos-4 yum menghapus glibc-dummy-CentOS-4
This will likely solve your problem as glibc-dummy-centos-3/4 no longer subjected to dependencies check and verification. Hal ini kemungkinan akan memecahkan masalah Anda sebagai glibc-dummy-CentOS-3 / 4 no lagi mengalami ketergantungan memeriksa dan verifikasi.
IMPORTANT : The page is machine translated and provided "as is" without warranty. PENTING: Halaman ini adalah mesin diterjemahkan dan diberikan "sebagaimana adanya" tanpa jaminan. Machine translation may be difficult to understand. Terjemahan mesin mungkin sulit untuk mengerti. Please refer to Silakan merujuk ke original English article artikel asli bahasa Inggris whenever possible. bila memungkinkan.
Related Articles Artikel Terkait
- Fix Failed Windows 7 Ugrade from Vista with Previous Version Restored and Endless Reboot Error Gagal Perbaiki Windows 7 Ugrade dari Vista dengan Versi Sebelumnya Dipulihkan dan Endless Reboot Kesalahan
- The Call to DllRegisterServer Failed with Error Code 0×80004005 on Windows Vista Panggilan untuk DllRegisterServer Gagal dengan Kode Error 0 × 80.004.005 pada Windows Vista
- cPanel WHM Failed to Receive Status Information From Apache Error cPanel WHM Gagal Menerima Informasi Status Dari Apache Error
- Windows Update KB905474 and KB913446 Installation Failed with Error Code 0×80242006 Windows Update KB905474 dan KB913446 Instalasi Gagal dengan Kode Error 0 × 80.242.006
- winnt_accept: Asynchronous AcceptEx failed Error in Apache Log winnt_accept: Asynchronous AcceptEx gagal di Apache Log Kesalahan
- ESET NOD32 AntiVirus or Smart Security Kernel Virus Scanner and File Submission System Initialization Failed Error ESET NOD32 AntiVirus atau Smart Security Kernel Virus Scanner dan File Sistem Submission Gagal Initialization Error
- Exim Sender Verify Callout or Callback Could Not Complete or Verification Failed Error Exim Sender Verifikasi Callout atau Callback Bisakah Tidak Selesai atau Gagal Verifikasi Kesalahan
- Windows Update or Office Update Encounters 0×80070643 Failed Update Error Windows Update atau Office Update Encounters 0 × 80.070.643 Gagal Update Error
- BOOTMGR Is Missing During Vista Boot Error Hilang Selama BOOTMGR Apakah Boot Vista Error
- PHP Parse Error: syntax error, unexpected $end PHP Parse Error: syntax error, tak terduga $ akhir










































July 17th, 2009 01:04 17 Juli 2009 01:04
Yes, that helped. Ya, itu membantu. Exactly what I was looking for… Persis apa yang saya cari ...
June 5th, 2008 19:56 5 Juni 2008 19:56
Handy article – much appreciated! Handy Artikel - much appreciated!
December 27th, 2007 23:11 27 Desember 2007 23:11
very usefull, thank you! sangat berguna, terima kasih!