similar to: cannot install glibc.i686 on x86_64

Displaying 20 results from an estimated 30000 matches similar to: "cannot install glibc.i686 on x86_64"

2011 Jan 09
5
replace x86 with x64 system and reuse existing LVM
I want to replace an existing 32bit with a 64bit installation (Centos 5). There's an existing LVM with lots of partitions. Most are used for Xen guests. The system itself uses only one of them plus a separate /boot partition that is not on LVM. What's the best course of action here? Should I do the reinstall with kickstart or better manually and reuse the existing filesystem? As I
2009 Feb 12
4
Missing EL4 glibc update
Seeing upstream has an update for glibc http://rhn.redhat.com/errata/RHBA-2009-0052.html I rebuilt the glibc-2.3.4-2.41.el4_7.1.src.rpm and it produced the following rpms :- glibc-2.3.4-2.41.el4_7.1.i386.rpm glibc-common-2.3.4-2.41.el4_7.1.i386.rpm glibc-debuginfo-2.3.4-2.41.el4_7.1.i386.rpm glibc-debuginfo-common-2.3.4-2.41.el4_7.1.i386.rpm glibc-devel-2.3.4-2.41.el4_7.1.i386.rpm
2017 Aug 28
2
Problem installing glibc-devel.i686 on CentOS 7
The following transcript should provide all the necessary details: # yum install glibc-devel-2.17-157.el7.i686 Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile * base: mirrors.gigenet.com * epel: mirrors.xmission.com * extras: mirrors.gigenet.com * updates: ftp.osuosl.org Resolving Dependencies --> Running transaction check ---> Package
2011 Apr 27
1
CentOS-announce Digest, Vol 74, Issue 8
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2012 Aug 27
0
CESA-2012:1207 Moderate CentOS 5 glibc Update
CentOS Errata and Security Advisory 2012:1207 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2012-1207.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 0089410150c89fcc8df0305410f9d314fc0c5ba4f13e31f068a17a753c817263 glibc-2.5-81.el5_8.7.i386.rpm
2007 Dec 08
3
kernel-vm.i686 5.0-->5.1 "Error: Missing Dependency: kernel-headers is needed by package glibc-headers"
Cough, cough, cough (I have a bit of a cold, please excuse me) Thanks for the great CentOS. I assume the following means I need to humbly ask for the kernel-vm for 5.1, but I am not certain. If so, I hereby humbly ask. --> Running transaction check --> Processing Dependency: kernel-headers for package: glibc-headers --> Processing Dependency: kernel-headers >= 2.2.1 for package:
2011 Apr 17
4
glibc-2.5-58.el5_6.2.i686 broken?
Hi, I woke up Saturday morning unable to boot my freshly upgraded 5.6 with grub hanging at "GRUB". After getting the boot loader fixed I experienced crashes in evolution. Downgrading glibc to 2.5-58 seems to fix these issues. Anyone else seeing this? Leonard. -- mount -t life -o ro /dev/dna /genetic/research
2011 Feb 02
6
glibc++6.2?
Greetings ALL... V 5.5 Gnome. Desktop Looking for glibc++6.2 and higher. --Hal -- Hal Davison Observe Goal, Set the course, Burn the map Davison Consulting This correspondence was composed using Dragon Speaking Version 10 Peg#: 2007011701
2008 Dec 17
2
glibc
Am having the following error: [root at intra.sdc:rescue]$yum update glibc Loading "fastestmirror" plugin Loading mirror speeds from cached hostfile * base: mirror.silyus.net * updates: mirror.silyus.net * addons: centos.intergenia.de * extras: centos.intergenia.de Excluding Packages in global exclude list Finished Setting up Update Process Resolving Dependencies --> Running
2011 Jun 28
1
Is reboot needed after updating kernel, glibc, database?
Hello, I always wanted to ask: do you need to reboot after updating packages like kernel, glibc, postgresql? Or do you need to restart the postgresql service after updating it with yum? Regards Alex # sudo yum update Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Setting up Update Process Resolving Dependencies --> Running transaction check ---> Package
2009 Apr 05
5
Update
I'm having troubles update my system. Error: Missing Dependency: glibc-common = 2.5-34 is needed by package glibc Update stops here. Any idea, how to continue? Jarmo
2014 May 12
2
[PATCH] isohybrid: fix overflow on 32 bit system
On 2014?05?12? 10:49, H. Peter Anvin wrote: > On 05/11/2014 06:56 PM, Kai Kang wrote: >> When call isohybrid with option '-u', it overflows on a 32 bits host. It >> seeks to 512 bytes before the end of the image to install gpt header. If >> the size of image is larger than LONG_MAX, it overflows fseek() and >> cause error: >> >> isohybrid:
2014 Nov 23
0
yum problem with glibc.i686 -- was "Anyone have a Brother multifunction working...?"
On Mon, Nov 17, 2014 at 7:21 PM, Negative <negativebinomial at gmail.com> wrote: On Mon, Nov 17, 2014 at 11:10 AM, Daniel J Walsh <dwalsh at redhat.com> wrote: On 11/12/2014 10:54 PM, Peter wrote: > On 11/13/2014 12:10 PM, Negative wrote: >> I have a Brother MFC 7360N, and it is refusing to print. > I have a DCP-540CN which is a
2011 Oct 11
1
Is there a problem with C6 CR and glibc?
C6 with CR x86_64 Third time when trying to install a packet I get: yum install samba [...] --> Finished Dependency Resolution Error: Package: glibc-2.12-1.7.el6_0.5.i686 (updates) Requires: glibc-common = 2.12-1.7.el6_0.5 Installed: glibc-common-2.12-1.25.el6_1.3.x86_64 (@cr) glibc-common = 2.12-1.25.el6_1.3 Available:
2014 May 13
2
[PATCH] isohybrid: fix overflow on 32 bit system
On 2014?05?12? 22:38, H. Peter Anvin wrote: > That is because it needs to use fseeko() and use off_t. Do you mean it does need a patch for isohybrid.c. And the patch looks like: #if _FILE_OFFSET_BITS == 64 fseeko(...) #else fseek(...) Regards, Kai > > On May 11, 2014 11:53:17 PM PDT, Kang Kai <Kai.Kang at windriver.com> wrote: >> On 2014?05?12? 10:49, H. Peter
2012 May 22
2
yum problem with glibc
Is anyone getting a yum update problem with glibc and glibc-common? I'm getting the error message ------------------------------- Error: Protected multilib versions: glibc-2.12-1.47.el6_2.12.x86_64 != glibc-2.12-1.47.el6_2.9.i686 ** Found 3 pre-existing rpmdb problem(s), 'yum check' output follows: bash-4.1.2-9.el6_2.x86_64 is a duplicate with bash-4.1.2-8.el6.centos.x86_64
2017 Aug 28
0
Problem installing glibc-devel.i686 on CentOS 7
On Mon, Aug 28, 2017 at 8:16 AM, Alfred von Campe <alfred at von-campe.com> wrote: > The following transcript should provide all the necessary details: > > # yum install glibc-devel-2.17-157.el7.i686 > Loaded plugins: fastestmirror, langpacks > Loading mirror speeds from cached hostfile > * base: mirrors.gigenet.com > * epel: mirrors.xmission.com > * extras:
2004 Dec 22
1
CentOS-3 i386 errata : Updated glibc packages
https://rhn.redhat.com/errata/RHSA-2004-586.html refers Changed files : updates/i386/RPMS/glibc-2.3.2-95.30.i386.rpm updates/i386/RPMS/glibc-2.3.2-95.30.i686.rpm updates/i386/RPMS/glibc-common-2.3.2-95.30.i386.rpm updates/i386/RPMS/glibc-devel-2.3.2-95.30.i386.rpm updates/i386/RPMS/glibc-headers-2.3.2-95.30.i386.rpm updates/i386/RPMS/glibc-profile-2.3.2-95.30.i386.rpm
2011 Jan 18
2
i386 packages on fresh x86_64 system
Even a minimal install with nobase installs about 40-50 i386 packages on a 64bit-System. I know this has come up before and thought it might be an FAQ, but I can't find it on the wiki. Some questions are answered here: http://www.goitworld.com/rhelcentos-x86_64-and-i386-packages-mess/ but I have these remaining: - can I tell via kickstart to just install the 64bit packages? - is it safe to
2010 Oct 25
3
install older version of glibc package
Hello Guys, Recently, I have installed some custom packaged of glibc in servers I manage due to vulnerabilities. At that time, official centos packages were not available. Now, I want to roll back to centos versions. ===================================== -bash-3.2# yum info glibc Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * addons: yum.singlehop.com * base: