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.


3 Responses to “Failed or Missing Dependency of glibc-common Error” 3 Responses to "Gagal atau Hilang dependensi dari glibc-common Error"

  1. Mittal Patel Mittal Patel
    July 17th, 2009 01:04 17 Juli 2009 01:04
    3 3

    Yes, that helped. Ya, itu membantu. Exactly what I was looking for… Persis apa yang saya cari ... )

  2. Connochie Connochie
    June 5th, 2008 19:56 5 Juni 2008 19:56
    2 2

    Handy article – much appreciated! Handy Artikel - much appreciated!

  3. paul paul
    December 27th, 2007 23:11 27 Desember 2007 23:11
    1 1

    very usefull, thank you! sangat berguna, terima kasih!

Leave a Reply Leave a Reply

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> Anda dapat menggunakan tag ini: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. Berlangganan ke fitur komentar telah dinonaktifkan. To receive notification of latest comments posted, subscribe to Untuk menerima pemberitahuan dari komentar terbaru diposting, untuk berlangganan My Digital Life Comments RSS feed My Digital Life Komentar RSS feed or atau register to receive mendaftar untuk menerima new comments in daily email digest. komentar baru di email digest harian.
Custom Search

New Articles Artikel Baru

Incoming Search Terms for the Article Cari Syarat masuk untuk Artikel

Error: Missing Dependency: glibc >= 2.4 is needed by package flash-plugin Error: Missing Dependency: glibc> = 2.4 adalah yang dibutuhkan oleh paket flash-plugin - -- Missing Dependency: glibc >= 2.4 is needed by package flash-plugin Missing Dependency: glibc> = 2.4 adalah yang dibutuhkan oleh paket flash-plugin - -- Missing Dependency: glibc-common Missing Dependency: glibc-common - -- Error: Missing Dependency: glibc-common Error: Missing Dependency: glibc-common - -- Missing Dependency: glibc >= 2.4 Missing Dependency: glibc> = 2.4 - -- 2.4 is needed by package flash-plugin 2.4 adalah yang dibutuhkan oleh paket flash-plugin - -- centos-4-x86 failed virtuozzo CentOS-4-x86 gagal virtuozzo - -- vstaldr is missing vstaldr hilang - -- Error: Missing Dependency: glibc-common = 2.5-34 is needed by package glibc-2.5-34.i386 (installed) Error: Missing Dependency: glibc-common = 2,5-34 yang dibutuhkan oleh paket glibc-2.5-34.i386 (diinstal) - -- Error: Missing Dependency: glibc-common Error: Missing Dependency: glibc-common - -- flash glibc dependency glibc flash ketergantungan - -- glibc-common 2.5-34 Fail dependencies glibc-common Fail 2,5-34 dependensi - -- install package glibc-common-2.3.4 instal paket glibc-common-2.3.4 - -- error 4 in libc error 4 in libc - -- yum install glibc-2.4 yum install glibc-2.4 - -- linux glibc missing glibc linux hilang - -- rpm db check missing dependencies rpm db memeriksa dependensi hilang - -- centos+updating RPMS fails on boot CentOS + update RPMS gagal ketika boot - -- command dialog dependencies dialog perintah dependensi - -- Error: Missing Dependency: glibc-common = 2.10.1-2 Error: Missing Dependency: glibc-common = 2.10.1-2 - -- flash player debug glibc 2.3 error flash player debug error 2,3 glibc - -- linux+flash+player+centos+glibc >= 2.4 linux + flash + player + CentOS + glibc> = 2.4 - -- Error: Missing Dependency: glibc-common = 2.5-34 is needed by package glibc-2.5-34.i386 Error: Missing Dependency: glibc-common = 2,5-34 yang dibutuhkan oleh paket glibc-2.5-34.i386 - -- glibc-2.4 rpm x64-64 centos glibc-2.4 rpm x64-64 CentOS - -- glibc >= 2.4 is needed by package flash-plugin glibc> = 2.4 adalah yang dibutuhkan oleh paket flash-plugin - -- ubuntu glibc failed dependencies ubuntu glibc dependensi gagal - -- yum+glibc+flash+ yum + glibc + flash + - -- Missing Dependency: glibc >= 2.4 is needed by package flash-plugi Missing Dependency: glibc> = 2.4 adalah yang dibutuhkan oleh paket flash-plugi - -- "Missing Dependency: glibc-common =" "Missing Dependency: glibc-common =" - -- restored glibc 2.5-34 dipulihkan glibc 2,5-34 - -- error in ATPluginInstall.exe on pda kesalahan dalam ATPluginInstall.exe pada pda - -- error: Failed dependencies: glibc >= 2.4 error: Failed dependencies: glibc> = 2.4 - -- failed dependencies glibc dependensi gagal glibc - -- yum glibc yum glibc - -- centos glibc-common CentOS glibc-common - -- centos glibc 2.4 flash CentOS 2,4 glibc flash - -- error missing Dependancy GLIBC_2.7 mindo kesalahan hilang Dependancy GLIBC_2.7 Mindo - -- glibc missing cydia glibc hilang cydia - -- glibc 2.4 is needed by flash-plugin glibc 2.4 adalah yang dibutuhkan oleh flash-plugin - -- "mydigitallife.info/2007/02/06/failed-or-missing-dependency-of-glibc-common-error/" "mydigitallife.info/2007/02/06/failed-or-missing-dependency-of-glibc-common-error /" - -- centos glibc-common-2.5 CentOS glibc-common-2.5 - -- glibc "error 4" glibc "error 4" - -- how restored glibc 2.5-34 bagaimana dipulihkan glibc 2,5-34 - -- fedora 11 glibc-common.i586 fails fedora 11 glibc-common.i586 gagal - -- flash player yum no centos 4 flash player tidak yum CentOS 4 - -- glibc-common needed by glibc glibc-common dibutuhkan oleh glibc - -- glibc = is needed by glibc-common glibc = diperlukan oleh glibc-common - -- yum centos glibc yum CentOS glibc - -- glibc failed dependencies glibc gagal dependensi - -- libc link missing link libc hilang - --