Failed or Missing Dependency of glibc-common Error असफल या गुम निर्भरता के त्रुटि आम glibc

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: निम्नलिखित त्रुटि संदेश या समस्या जब आप का प्रयोग कर रहे हैं या "चल प्रकट मई / लिपियों / upcp" पटकथा (मैनुअल या अनुसूची), "/ लिपियों / rhlupdate" WebHost प्रबंधक (WHM) से स्क्रिप्ट cPanel, "yum अद्यतन" कमांड, या "yum जांच" CentOS और लिनक्स में कमांड RedHat या Fedora जैसे अद्यतन:

Error: Missing Dependency: glibc-common = 2.3.4-2 is needed by package libc-dummy-centos-4 त्रुटि: लापता निर्भरता: glibc-आम = 2.3.4-2 पैकेज libc-डमी-centos द्वारा की जरूरत है-4

Note that the version number for glibc-common can be different from the above. ध्यान दें कि glibc-आम के ऊपर से अलग किया जा सकता है के लिए संस्करण संख्या.

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. यदि कमांड दौड़ा सफलतापूर्वक प्रणाली में से पहले, पर फिर अचानक ऐसी एक लापता निर्भरता त्रुटि संदेश देता है, RPM को डेटाबेस भ्रष्ट कर दिया गया है मई मार डाला गया है. You can try to rebuild RPM database. आप RPM डाटाबेस को बनाने की कोशिश कर सकते हैं. 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. यदि आप cPanel का उपयोग कर रहे हैं, तो आप आसानी से rebuild RPM डाटाबेस 'पर = rebuildrpmdb "पटकथा संवाद सॉफ्टवेयर खंड जो" executes में "लिंक / लिपियों / संवाद? पर क्लिक करके RPM डाटाबेस पुनर्निर्माण कर सकते हैं.

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. आदेश में, करने के लिए पहली बात यह है कि वह समस्या या त्रुटि को हल करने के लिए उपर्युक्त संकल्प में काम नहीं कर रहा है कि क्या RPM संकुल या नहीं स्थापित कर दिया गया है की जाँच करने के लिए है. The following command can be used to check for the existence of installed glibc-common package: निम्न कमांड स्थापित glibc-आम पैकेज के अस्तित्व के लिए जाँच करने के लिए इस्तेमाल किया जा सकता है:

sudo rpm -qa | grep glibc-common sudo rpm-क्यूए | grep glibc-आम
Expected result: glibc-common-2.3.4-2 अपेक्षित परिणाम: glibc-आम-2.3.4-2
or या

rpm -q glibc-common rpm-q glibc-आम
Expected result: glibc-common-2.3.4-2 अपेक्षित परिणाम: glibc-आम-2.3.4-2

or या

yum list glibc-common yum सूची glibc-आम

Expected result: अपेक्षित परिणाम:
Installed Packages Installed संकुल
glibc-common.i386 2.3.4-2 installed glibc-common.i386 2.3.4-2 स्थापित
Available Packages उपलब्ध संकुल
glibc-common.i386 2.3.4-2.9 base glibc-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: यदि glibc-आम RPM संकुल अधिष्ठापित नहीं है, तो आप रूट उपयोक्ता के रूप में निम्न कमांड के साथ इसे स्थापित कर सकते हैं:

yum install glibc-common yum स्थापित glibc-आम

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. "Yum सूची glibc का अंतिम आदेश-आम" भी सत्यापित करने के लिए और कहा कि इस प्रणाली वास्तुकला glibc और glibc-आम स्थापित की संस्करण के साथ मेल खाती है सुनिश्चित करने की जरूरत है. 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 वास्तुकला मूल्यों का सम्मान करना है, इसलिए यदि आप आम i386 की जानी चाहिए 32 के लिए i386 संस्करण-bit x86 प्रणाली स्थापित, दोनों glibc और glibc-है सेट कर दिया जाता है. It's the same if you have i586 or i686 for x64 machine architecture. यह अगर तुम x64 मशीन वास्तुकला के लिए i586 या i686 है वैसा ही है. 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. इसके अलावा, i686 पर ही i386 संस्करण के भंडार में उपलब्ध है या अगर आपको स्थापित किया है अगर आप x86_64 वितरण का प्रयोग कर रहे हैं लेकिन i386 रिपोजिटरी के साथ, दोनों की स्थिति भी एक विफलता की समस्या पैदा हो सकती है.

To display what architecture a distribution of glibc and glibc-common is meant for, type the following command: क्या वास्तुकला glibc और glibc-आम, प्रकार निम्न कमांड: के लिए है का वितरण करने के लिए प्रदर्शन

echo “%_query_all_fmt %%{name}-%%{version}-%%{release}.%%{arch}” >> ~/.rpmmacros "% _query_all_fmt%% (नाम }-%%{ संस्करण }-%%{ रिलीज }.%%{ आर्क)">> ~ / गूंज. 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). इस आदेश का रास्ता rpm कमांड बदल जो भी वास्तुकला मूल्य rpm_name.arch (जैसे) के रूप में शामिल है एक शैली के लिए "rpm-q" के उत्पादन में प्रदर्शित करता है. 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”. उदाहरण तो इसके बाद के संस्करण में, आप और आम-2.3.4-2, glibc देख अब तुम-आम-2.3.4 libc देखेंगे-2.9.i386 की कमान बजाए के साथ "rpm-q glibc-आम". Check out if both glibc and glibc-common is of i386 flavor. अगर दोनों glibc और glibc देखें-आम i386 स्वाद में से एक है.

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: यदि आप Virtuozzo या CentOS और cPanel मंच के साथ OpenVZ आभासी सर्वर VPS पर हो, और त्रुटि कि libc से संबंधित-डमी-centos-4 या libc-डमी-centos-3, आप SWSoft से साथ डमी फाइल को दूर कर सकते हो रही आदेश का पालन:

yum erase glibc-dummy-centos-3 yum glibc मिटा-डमी-centos-3

or या

yum erase glibc-dummy-centos-4 yum glibc मिटा-डमी-centos-4

This will likely solve your problem as glibc-dummy-centos-3/4 no longer subjected to dependencies check and verification. यह संभावना नहीं रह निर्भरता की जाँच करें और सत्यापन के अधीन glibc-डमी-centos के रूप में आपकी समस्या-3 / 4 का समाधान होगा.

IMPORTANT : The page is machine translated and provided "as is" without warranty. महत्वपूर्ण: इस पृष्ठ है मशीन अनुवाद प्रदान की और "" के रूप में वारंटी के बिना है. Machine translation may be difficult to understand. मशीन अनुवाद को समझने में मुश्किल हो सकती है. Please refer to कृपया देखें original English article मूल अंग्रेजी लेख whenever possible. जब भी संभव हो सकता है.


2 Responses to “Failed or Missing Dependency of glibc-common Error” Glibc-आम त्रुटि की 2 जवाब "विफल करने के लिए या गुम निर्भरता"

  1. Connochie Connochie
    June 5th, 2008 19:56 जून, 5. 2008 19:56
    2 2

    Handy article - much appreciated! आसान लेख - बहुत सराहना की!

  2. paul पॉल
    December 27th, 2007 23:11 दिसम्बर, 27 2007 23:11
    1 1

    very usefull, thank you! बहुत, धन्यवाद उपयोगी!

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> आप इन टैग्स: <a href="" का उपयोग कर सकते हैं title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <डेल datetime = ""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. सुविधा को निष्क्रिय कर दिया गया है टिप्पणी करने के लिए सदस्यता लें. To receive notification of latest comments posted, subscribe to , पोस्ट नवीनतम टिप्पणी की सूचना प्राप्त करने के लिए की सदस्यता My Digital Life Comments RSS feed मेरे डिजिटल जीवन टिप्पणियाँ आरएसएस फ़ीड or या register to receive रजिस्टर प्राप्त करने के लिए new comments in daily email digest. दैनिक ईमेल में नई टिप्पणियाँ डाइजेस्ट.
Custom Search

New Articles नई लेख

Incoming Search Terms for the Article के लिए खोज नियम आने के अनुच्छेद

vstaldr is missing vstaldr गायब है - -- centos yum install glibc centos yum glibc स्थापित - -- Error: Missing Dependency: glibc-common त्रुटि: लापता निर्भरता: glibc-आम - -- rpm missing dependency RPM निर्भरता लापता - -- Your operating system's rpm update method (yum) was not able to locate the glibc package. आपका ऑपरेटिंग सिस्टम के RPM अद्यतन विधि (yum) के glibc पैकेज को ढूँढ नहीं पाया. - -- yum missing dependency yum लापता निर्भरता - -- centos reinstall glibc centos reinstall glibc - -- Missing Dependency: glibc-common गुम निर्भरता: glibc-आम - -- rpm centos error: Failed dependencies: rpm centos त्रुटि: असफल निर्भरता: - -- update kaspersky 6 license verification failed Kaspersky 6 लाइसेंस सत्यापन असफल अद्यतन - -- yum glibc centos yum glibc centos - -- all सब - -- Error: Missing Dependency: glibc >= 2.4 is needed by package flash-plugin त्रुटि: लापता निर्भरता: glibc> = 2.4 पैकेज फ़्लैश द्वारा की जरूरत है प्लगइन - -- flash redhat glibc redhat glibc फ़्लैश - -- glibc 2.4 is needed by package flash-plugin 2.4 glibc पैकेज फ़्लैश द्वारा की जरूरत है प्लगइन - -- linux Missing Dependency: glibc >= 2.4 is needed by package flash-plugin linux गुम निर्भरता: glibc> = 2.4 पैकेज फ़्लैश द्वारा की जरूरत है प्लगइन - -- rpm dependency failure libc RPM निर्भरता विफलता libc - -- error: Failed dependencies + rpm + centOS 64 bits त्रुटि: असफल RPM निर्भरता + + centOS 64 बिट - -- for installing glibc-common-2.9-3 what is needed? क्या जरूरत है-3 glibc-आम-2.9 स्थापित करने के लिए? - -- problem rpm failed dependencies समस्या RPM निर्भरता असफल - -- reinstall libc centos reinstall libc centos - -- flash missing glibc on linux लापता Linux पर glibc फ़्लैश - -- glibc common आम glibc - -- glibc-common is needed by package glibc glibc-आम पैकेज glibc द्वारा की जरूरत है - -- rpm "missing dependency" rpm "लापता निर्भरता" - -- error failed dependencies glibc त्रुटि glibc निर्भरता असफल - -- how install glibc glibc common कैसे स्थापित glibc आम glibc - --