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. जब भी संभव हो सकता है.
Related Articles संबंधित लेख
- The Call to DllRegisterServer Failed with Error Code 0×80004005 on Windows Vista त्रुटि कोड के साथ DllRegisterServer विफल करने के लिए इस कॉल 0 × 80004005 Windows Vista पर
- cPanel WHM Failed to Receive Status Information From Apache Error cPanel स्तर जानकारी प्राप्त करने के लिए Apache त्रुटि से असफल WHM
- Windows Update KB905474 and KB913446 Installation Failed with Error Code 0×80242006 Windows अद्यतन KB905474 और KB913446 स्थापना त्रुटि कोड 0 × 80242006 के साथ असफल
- winnt_accept: Asynchronous AcceptEx failed Error in Apache Log winnt_accept: अतुल्यकालिक AcceptEx अपाचे प्रवेश करें में त्रुटि असफल
- ESET NOD32 AntiVirus or Smart Security Kernel Virus Scanner and File Submission System Initialization Failed Error ESET NOD32 स्मार्ट AntiVirus या सुरक्षा kernel वायरस स्कैनर और संचिका प्रस्तुत करने सिस्टम initialization विफल त्रुटि
- Exim Sender Verify Callout or Callback Could Not Complete or Verification Failed Error एक्जिम SENDER सत्यापित करें Callout या Callback नहीं या सत्यापन विफल त्रुटि पूर्ण सकता है
- Windows Update or Office Update Encounters 0×80070643 Failed Update Error Windows अद्यतन या Office अद्यतन मुठभेड़ों 0 × 80070643 असफल अद्यतन त्रुटि
- BOOTMGR Is Missing During Vista Boot Error BOOTMGR Vista बूट त्रुटि के दौरान गायब है
- PHP Parse Error: syntax error, unexpected $end PHP पार्स त्रुटि: वाक्यविन्यास त्रुटि, अप्रत्याशित $ अंत
- Common Errors and Problems when Activating Windows Vista with KMS Server आम त्रुटियाँ और समस्याएं जब सक्रिय Windows Vista किलोमीटर सर्वर के साथ










































June 5th, 2008 19:56 जून, 5. 2008 19:56
Handy article - much appreciated! आसान लेख - बहुत सराहना की!
December 27th, 2007 23:11 दिसम्बर, 27 2007 23:11
very usefull, thank you! बहुत, धन्यवाद उपयोगी!