Error: No Package Matching glibc.i686 - LinuxQuestions.org
LinuxQuestions.org
Support LQ: Use code LQCO20 and save 20% on CrossOver Office
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Newbie
User Name
Password
Linux - Newbie This 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
 
Thread Tools
Old 12-24-2007, 04:57 PM   #1
defa0009
Member
 
Registered: Jun 2003
Posts: 180
Error: No Package Matching glibc.i686


[Log in to get rid of this advertisement]
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
defa0009 is offline     Reply With Quote
Old 12-25-2007, 09: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
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*

.
Lenard is offline     Reply With Quote
Old 12-27-2007, 01:11 PM   #3
defa0009
Member
 
Registered: Jun 2003
Posts: 180
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.
defa0009 is offline     Reply With Quote
Old 12-27-2007, 04: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
See: http://wiki.centos.org/TipsAndTricks/NTFSPartitions
Lenard is offline     Reply With Quote
Old 08-08-2008, 11:17 AM   #5
tallfred
LQ Newbie
 
Registered: Dec 2003
Location: Chicago, USA
Distribution: RedHat
Posts: 9
easier glibc fix

You can solve the glibc problem with "yum update glibc"
tallfred is offline     Reply With Quote
Old 09-12-2008, 04:09 PM   #6
HellSpawn
Member
 
Registered: Jan 2005
Location: Venezuela
Distribution: Ubuntu 5.10 64bits
Posts: 81
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
HellSpawn is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

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
Building glibc for i686 on RHEL-4 cardiffandvale Linux - Software 0 03-16-2007 12:09 PM
glibc-2.3.5 for i686: compile error ludovanput Linux - Software 0 10-04-2005 07:57 AM
problem installing glibc-2.3.2-4.80.i686, glibc-common-2.3.2-4.80.8.i386.rpm martianpackets Red Hat 7 07-04-2005 01:31 AM
Help! Installed the i686 kernel & glibc packages instead of the i386 version penguin_powered Linux - Newbie 3 04-12-2004 12:45 AM
Upgrade Glibc? Just pick one you like!! (i386/i686) greggy69 Linux - Software 1 11-27-2003 10:38 AM


All times are GMT -5. The time now is 10:40 AM.

Main Menu
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
RSS2  LQ Podcast
RSS2  LQ Radio
Open Source Consulting | Domain Registration