LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-24-2007, 03:57 PM   #1
defa0009
Member
 
Registered: Jun 2003
Posts: 185

Rep: Reputation: 31
Error: No Package Matching glibc.i686


I am installing VMWare on CentOS 5.1 (x86 64bit). When I run 'yum install gcc'
it fails with: Error: No Package Matching glibc.i686

Anyone know how to get around this?

Thanks!


[root@devserver6 ~]# yum install gcc
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package gcc.x86_64 0:4.1.2-14.el5 set to be updated
--> Running transaction check
--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc
--> Processing Dependency: libgomp = 4.1.2-14.el5 for package: gcc
--> Processing Dependency: libgomp.so.1()(64bit) for package: gcc
--> Processing Dependency: binutils >= 2.17.50.0.2-8 for package: gcc
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package binutils.x86_64 0:2.17.50.0.6-5.el5 set to be updated
---> Package glibc-devel.x86_64 0:2.5-18.el5_1.1 set to be updated
---> Package libgomp.x86_64 0:4.1.2-14.el5 set to be updated
--> Running transaction check
--> Processing Dependency: glibc = 2.5-18.el5_1.1 for package: glibc-devel
--> Processing Dependency: glibc-headers for package: glibc-devel
--> Processing Dependency: glibc-headers = 2.5-18.el5_1.1 for package: glibc-devel
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package glibc-headers.x86_64 0:2.5-18.el5_1.1 set to be updated
---> Package glibc.x86_64 0:2.5-18.el5_1.1 set to be updated
--> Running transaction check
--> Processing Dependency: glibc-common = 2.5-18.el5_1.1 for package: glibc
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package glibc-common.x86_64 0:2.5-18.el5_1.1 set to be updated
--> Running transaction check
--> Processing Dependency: glibc-common = 2.5-18 for package: glibc
Error: No Package Matching glibc.i686
 
Old 12-25-2007, 08:23 AM   #2
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Because the 32-bit packages is not part of the 64-bit directory structure so you need to make a CentOS32.repo file. Use your existing /etc/yum.repos.d/CentOS-Base.repo file as your guide and make the changes. This is an example for the first entry;

Code:
[c5-base32]
name=CentOS-5
mirrorlist=http://mirrorlist.centos.org/?release=5&arch=$i386&repo=os
gpgcheck=0
enabled=0
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos5
Repeat for the rest and save then when done try again: yum install glibc glibc.i386 --enablerepo=c532*

.
 
Old 12-27-2007, 12:11 PM   #3
defa0009
Member
 
Registered: Jun 2003
Posts: 185

Original Poster
Rep: Reputation: 31
Thanks Lenard that did it!

Now I am having trouble mounting a USB hard drive which is NTFS.

I need to mount it to move the VM images onto the CentOS file
system.

Cannot Mount Volume
The volume 'WD Passport2' uses the ntfs file system
which is not supported by your system.
 
Old 12-27-2007, 03:10 PM   #4
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
See: http://wiki.centos.org/TipsAndTricks/NTFSPartitions
 
Old 08-08-2008, 10:17 AM   #5
tallfred
LQ Newbie
 
Registered: Dec 2003
Location: Chicago, USA
Distribution: RedHat
Posts: 9

Rep: Reputation: 0
easier glibc fix

You can solve the glibc problem with "yum update glibc"
 
Old 09-12-2008, 03:09 PM   #6
HellSpawn
Member
 
Registered: Jan 2005
Location: Venezuela
Distribution: Ubuntu 5.10 64bits
Posts: 81

Rep: Reputation: 15
Thumbs up

Quote:
Originally Posted by tallfred View Post
You can solve the glibc problem with "yum update glibc"
This is totally the SOLUTION, not need to create any new repo file.
Thanks
 
Old 02-03-2009, 06:19 PM   #7
jmadariaga
LQ Newbie
 
Registered: Feb 2009
Posts: 1

Rep: Reputation: 0
Nope I stll get the following:
[root@s15310668 ~]# yum update glibc
Loading "installonlyn" plugin
Setting up Update Process
Setting up repositories
Reading repository metadata in from local files
Excluding Packages in global exclude list
Finished
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package glibc.x86_64 0:2.5-24.el5_2.2 set to be updated
--> Running transaction check
--> Processing Dependency: glibc-common = 2.5-24.el5_2.2 for package: glibc
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package glibc-common.x86_64 0:2.5-24.el5_2.2 set to be updated
--> Running transaction check
--> Processing Dependency: glibc-common = 2.5-18.el5_1.1 for package: glibc
Error: No Package Matching glibc.i686
[root@s15310668 ~]#
 
Old 06-29-2009, 10:26 AM   #8
sajid1975
LQ Newbie
 
Registered: May 2009
Posts: 1

Rep: Reputation: 0
I was getting the same error, ran "yum update" and then I was able to install GCC using "yum install gcc-c++"
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
problem installing glibc-2.3.2-4.80.i686, glibc-common-2.3.2-4.80.8.i386.rpm martianpackets Red Hat 8 05-01-2009 03:22 PM
Building glibc for i686 on RHEL-4 cardiffandvale Linux - Software 0 03-16-2007 11:09 AM
glibc-2.3.5 for i686: compile error ludovanput Linux - Software 0 10-04-2005 06:57 AM
Help! Installed the i686 kernel & glibc packages instead of the i386 version penguin_powered Linux - Newbie 3 04-11-2004 11:45 PM
Upgrade Glibc? Just pick one you like!! (i386/i686) greggy69 Linux - Software 1 11-27-2003 09:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:59 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration