CentOS 5 :: Force I386 Install Of Glibc Instead Of I686

Jun 12, 2009

It seems I have some problem with glibc i686 on my VIA CPU. How can I force to install glibc i386.rpm instead of i686 in the clean installation process?

View 1 Replies


ADVERTISEMENT

CentOS 5 :: How To Replace Glibc.i686 By Glibc.i386

Sep 16, 2011

I made an update of my Centos 5.5 yesterday. In doing so glibc has been updated to glibc.i686. Just now some of my FPGA tools crash. Unfortunately there isn't a downgrade for glibc.i686. How can I replace glibc.i686 by glibc.i386?A simple yum install glibc.i386 conflicts with the files from package glibc-2.5-65.i686

yum list glibc
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile

[code]....

View 4 Replies View Related

General :: Glibc-2.3.2-95.37.i386 Parallel To Glibc-x86_64

Jun 13, 2011

OS : Oracle Enter Prise Linux 6 (equivalent to RedHat)

I am in process to install oracle 10g on said OS.My process fails and after digging up , I came to know that some of the oracle libraries are compiled on 32-bit architecture and it require glibc-32 bit . also it require for gcc-32 bit.

Now i have downloaded all the required rpm for gcc-32bit . when I try to install glibc and its dependencies , it gives me error that newer version already exist.

How can I install , Gcc-32bit(libgc, libstd-i386 etc) in parallel or standalone?

View 3 Replies View Related

General :: Unable To Install Glibc-2.3.4-2.41.i386.rpm / Make It Possible?

Apr 27, 2011

Code: [root@test ank]# uname -a
Linux test.testbox.com 2.6.9-67.0.0.0.1.ELhugemem #1 SMP Sun Nov 18 00:31:12 EST 2007 i686 i686 i386 GNU/Linux I am unable to install glibc-2.3.4-2.41.i386.rpm
ode: [root@test ank]# rpm -Uvh glibc-2.3.4-2.41.i386.rpm
warning: glibc-2.3.4-2.41.i386.rpm: V3 DSA signature: NOKEY, key ID b38a8516
error: Failed dependencies:
glibc-common = 2.3.4-2.41 is needed by glibc-2.3.4-2.41.i386
glibc = 2.3.4-2.39 is needed by (installed) glibc-headers-2.3.4-2.39.i386
glibc = 2.3.4-2.39 is needed by (installed) glibc-devel-2.3.4-2.39.i386
glibc = 2.3.4-2.39 is needed by (installed) glibc-utils-2.3.4-2.39.i386

View 3 Replies View Related

Software :: Searching For Glibc-2.11.1-1.i686 - Install A Antivirus Software

Jun 3, 2011

I'm trying to install a antivirus software, which my university provides. After nummerous attempts it works partially, meaning, i can scan my drives, directories and stuff but i can't use the buil-in on-access scanner.

After looking in the manual, i found out, that this seems to be a well known problem for red hat 64 bit distributions and derivatives. For me, using fedora 15 64bit, this means, i have to install the following packages:

glibc-2.11.1-1.i686
nss-softokn-freebl.i686 2.12.4-10.fc12

I was able to find the second one, but i can't find the first one.

View 12 Replies View Related

Fedora :: F12: Glibc-2.11-2.i686 Dependency?

Dec 3, 2009

When I try to install (using yum) various things like wine in 64-bit F12, I get

Code:
Missing dependency: glibc-common = 2.11-2 is needed by package glibc-2.11-2.i686 (fedora)
What is currently installed is glibc-common-2.11-4.x86_64

View 3 Replies View Related

Fedora :: Glibc Conflict Between I686 And X86_64?

Dec 3, 2010

I have both glibc.i686 and glibc.x86_64 installed in Fedora 14 because I have programs that require both. Using a yum update gives me the following error: file /usr/share/doc/glibc-2.12.90/NEWS from install of glibc-2.12.90-19.i686 conflicts with file from package glibc-2.12.90-18.x86_64

What is the best way to work around this issue? Trying an "yum update glibc.x86_64" gives me the corresponding opposite error. Doing a "yum update glibc.i686 glibc.x86_64" gives a longer list of dependency conflicts with glibc-headers and glibc-common.

View 3 Replies View Related

CentOS 5 :: Can't Install Kernel-headers Glibc And Glibc-headers?

May 11, 2010

Yesterday, I think I did something stupid: I removed kernel-headers, gcc, glibc-devel and glibc-headers. My box is a CentOS 5.4 webserver (it has loads of packages installed, but that was done through Virtualmin config, so it's quite coherent all in all). The thing is that now I need to reinstall at least the headers and glibc, but hey! this is what I get :

[Code]...

View 19 Replies View Related

Ubuntu Installation :: 10.4 : How To Use I386 Instead Of I686 Kernel

Sep 15, 2010

I just upgraded my box to ubuntu 10.4 from 8.04, as usual fast and without complications.I want to use the i386 kernel instead of the i686 (2.6.32-24) with aptitude and synaptics I have downloaded and installed but when I restart it jumps directly to gdm, no grub to choose, I also try to unistall the i686 version trough synaptics, as I did in previous versions , but I couldnt find any linux-i686 entry

View 3 Replies View Related

Fedora X86/64bit :: Kernel Installation With I386/i686 Configuration Set

Jul 24, 2009

I'm currently using FC 9 - 2.6.27 x86_64. (In my Hp - nx6320 laptop with- Intel centrino Duo processor). I have downloaded linux-2.6.30.2. How do I install this with i386/i686 configuration set. All that I want is a 32 bit - linux-2.6.30, because NCTUns 5.0 works only with the 32-bit kernel. I have tried following:

Code:
make ARCH=i386 menuconfig
After this, I see the architecture set to "X86_32 = Y" in the .config file. But later, after I run

Code:
make bzImage
The configuration restarts asking to select Y/N for various packages and modules. I have no much idea on what to select and what not to, in order to retain X86_32 set. I end up with the new .config file with contents as below after the make bzImage command.

Code:
#X86_32 is not set
X86_64 = y
Again it is going to be built as a X86_64 bit kernel.

How to install the kernel as 32-bit along with the existing FC-9 64 bit kernel.

View 5 Replies View Related

Fedora :: Switch From The I686 Kernel To I386 Without Reinstalling The System?

Aug 2, 2011

One of our F14 machines was originally set-up with the i386 Kernel. I found out it had a kernel crash and the person tried to fix it by reinstalling the kernel, unfortunately they installed i686. Now some of our software that was setup to work with i386 is not cooperating. Is there a way to switch from the i686 kernel to i386 without reinstalling the system?

View 1 Replies View Related

General :: Difference Between I386 And I686 Architecture Based Machine?

Jan 9, 2011

what exact difference between i386 and i686 architecture based machine. Both suppose to be using 32 bit OS ?

View 4 Replies View Related

OpenSUSE Install :: Update Glibc-2.9 To Glibc-2.10 In 11.1 64 Bits

Apr 12, 2011

I have installed Zimbra 6.0.1 and updated to Zimbra 7.1.0, the problem is that it needs the glibc-2.10 to start one of its services. I tried everything but i'dont get to update the glibc.

View 1 Replies View Related

CentOS 5 :: Upgrade Glibc 2.5 To Glibc 2.7?

Jul 13, 2010

I am using CENTOS 5.3, I want to upgrade glibc 2.5 to glibc 2.7.

how to do it.

I am not getting from where to start

View 4 Replies View Related

Debian Installation :: Force Kernel I386 On Amd64 Hardware

Mar 25, 2011

I installed Debian Squeeze on a laptop today, with the official i386 DVD1. At the end, I was very disappointed to notice the installer automatically chose the amd64 kernel (with i386 packages ? how does that work ?). The hardware is compatible, but I'd really like to use the i386 kernel instead. Earlier, you could choose the kernel during installation ; I looked in Expert install with no luck. Where is it ?

View 4 Replies View Related

CentOS 5 :: Cannot Install 5.5-i386-dvd.iso On VMware6.5

Oct 1, 2010

I have a problem when install Cenos5.5-i386-dvd.iso on VMware6.5. My host os is Windows2003 sp1 and I installed Centos via VMware on host windows2003. After powering on VM, it loaded the ISO file but showed me an error like that " Could not fine kernel image : linux " then boot process failed.

View 1 Replies View Related

Debian Hardware :: Use The I386 Version On Computer Rather Than The I686 Version?

Feb 25, 2011

I installed debian squeeze on an old computer that I found. (Pentium 4 3.2GHz HT) I installed from the i386 version, but now the uname command shows that its an i686. I don't find many packages that I need using apt-get. Do I need to compile each package I need from source or use dpkg to install the deb of an i386 version?

Can I use the i386 version on this computer rather than the i686 version? Will it cause a signifncant performance decreaes? (I use this computer to mostly do some reading and writing and file storage, no gaming etc.) How do I force the installer to use the i386 version?

[Code]...

View 3 Replies View Related

CentOS 5 :: Cannot Install The 5.5-i386-LiveCD-Release2

Oct 4, 2010

after download CentOS-5.5-i386-LiveCD-Release2 i did not found install option ? how can i install it ??? on my laptop ?

View 3 Replies View Related

CentOS 5 :: Yum Not Able To Install Nagios-plugins While Net-snmp-perl.i386 Is Already Installed

Mar 19, 2009

I am having issues installing nagios-plugins using yum. Been using Suse don't have much experience with CentOS (CentOS release 5.2 (Final), ) Linux hoster 2.6.18-92.1.22.el5 #1 SMP Tue Dec 16 12:03:43 EST 2008 i686 athlon i386 GNU/Linux It says

"Error: Missing Dependency: perl(Net::SNMP) is needed by package nagios-plugins"
Whereas net-snmp-perl.i386 is already installed.
yum deplist nagios-plugins
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile

[Code]....

View 1 Replies View Related

Ubuntu Installation :: Configure MFC-7420 Scanner Part - Get Warning : Overriding Because --force Enabled : Package Architecture (amd64) Does Not Match System (i386)?

Aug 13, 2011

I have installed Ubuntu 11.04, 64 bit and now I am trying to install/configure MFC-7420 scanner part (printer works fine)I tried to follow the steps listed at http://ubuntuforums.org/archive/index.php/t-590793.html, but I don't have etc / udev / rules.d/45-libsane.rules file to edit and can not continue with the remaining steps of the guide.

I also tried to follow the steps provided by the Brother Solution Center http:[url].... I have downloaded brscan2 64 bit and installed without error but when I tried to install the brscan-skey-0.2.1-3.amd64.deb using >sudo dpkg -i --force-all brscan-skey-0.2.1-3.amd64.deb I get the following error:

************************************************** **************************************************
sudo dpkg -i --force-all brscan-skey-0.2.1-3.amd64.deb
[sudo] password for aUser:
dpkg: warning: overriding problem because --force enabled:[code].....

Which dependencies am I missing? or What am I doing wrong?

View 1 Replies View Related

Red Hat / Fedora :: Error: Failed Dependencies - Glibc = 2.12.1-3 Is Needed By Glibc-common-2.12.1-3.x86_64

Oct 26, 2010

I've been working to get gcc up and running on a new install of Fedora 13. glibc-devel had dependencies upon installation where it required glibc and glibc-common, both 2.12.1-3. No problem, found both at rpm dot pbone dot net. However, when I try to install the following circular dependency results... it doesn't matter the order of install.

Code:

[root AT localhost gcc_install]# rpm -ivh glibc-common-2.12.1-3.x86_64 .rpm
error: Failed dependencies:
glibc = 2.12.1-3 is needed by glibc-common-2.12.1-3.x86_64

[code]....

View 5 Replies View Related

Slackware :: Glibc And Glibc-i18n Packages Contain Redundant Files ?

Jun 24, 2011

I notice that these two packages contain the same files and uninstalling glibc-i18n doesn't uninstall the internationalization files, because they are also in the glibc package. Is this a mistake or is this normal or is there a reason for it ? I just made my own glibc package to fix this, but was wondering why this is the way it is...

View 7 Replies View Related

CentOS 5 :: Centos 5.5 X86_64 Or Centos 5.5 I386 - Difference Between The Two Versions?

Feb 9, 2011

I am in the process of building a new server on an Asus P5QPL-AM motherboard and an Intel E8600 processor.explain to me the difference between the two versions and what would you recommend.Also, is there any advantage of SATA over IDE hard drives?

View 1 Replies View Related

Software :: Upgrade Redhat5 From Glibc 2.5 To Glibc 2.7

May 30, 2011

I am in very much need to resolve the issue of Upgrade redhat5 from glibc 2.5 to glibc 2.7. The problem is when I run a binary compiled on our build setup (glibc 2.11) on Suse 11 (glibc 2.9) it works fine...

But the same binary do not work on redhat enterprise version 5 telling error as need glibc2.7 or sometimes segmentation fault for the same binary execution.

I tried upgrading the redhat glibc 2.5 to glibc 2.7, but not successful.

View 3 Replies View Related

Red Hat :: CentOS 5.5 - Upgrade From Installed Glibc V2.5 To V2.9

Oct 12, 2010

I do yum update it says nothing to update. Coming from the Suse world at 11.2, glibc is already at 2.9, how do I update, there is a lot of dependencies on glibc.

View 1 Replies View Related

CentOS 5 Server :: What Glibc Version I Have?

Apr 5, 2011

how to find what glibc version I have? Our software vendor needs this info so they can send us the right run time.

View 3 Replies View Related

CentOS 5 :: CentOS 5.3 I386 Cannot Support Device Larger Than 2TB?

May 20, 2009

I have been using SLES 10 SP1 so far with about 6TB Raid system without problems.I have upgraded the OS to CentOS 5.3 i386 and I have noticed the kernel can not recognize raid system larger than 2TB.Is there any parameters that I have to set ? or the i386 distribution simply does not support larger raid, so I have to use x86_64 version, instead?

View 1 Replies View Related

CentOS 5 :: GLIBC And Libc.so.6 - Relocation Error

Mar 17, 2009

/usr/dlc/bin/_progress: relocation error; symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time referrence

And the solution offered is:

But the problem still exists.

If I use 2.4.20 I get an error about shared "something" in library and I cannot use command line like using command as ll, ls, mkdir but if I change that to 2.6.18 I get the error above but I can now use these commands: ll, ls, mkdir, etc.

I'm using Progress 9.1D and the application was compiled using CENTOS 4.4. Now I just copied the Progress 9.1D as is to new server HP Proliant ML110 G5 with CENTOS 5.2 installed.

Copying Progress 9.1D to other computers (IDE and not SATA drivers) with CENTOS 4.4 installed has no problem. Everything runs.

Could this be due to GLIBC version. Progress application was compiled using GLIBC version 2.3.4 but my GLIBC now is version 2.5.

If this is the case, can I just copy GLIBC version 2.3.4 and put it in my ProliantML110G5 server? If not how do I do it? Downloading and installing etc.

View 2 Replies View Related

CentOS 5 :: Yum Not Finding Latest Version Of GLIBC

Mar 31, 2009

I'm new to the yum installation route and am looking forward to getting some experience using it, however, I am working to build a Nagios server through yum and have run into difficulties meeting the dependencies. (I'd previously installed from source on a different server though I'd been warned is a bad thing so I am trying to make nice and go this route but have run into snags right off...) The dependency hurdle I'm trying to overcome is getting to GLIBC2_4 from my version of 2.3.

I've read through a number of posts where people have had issues getting glib updated or gcc installed correctly. This is pretty much a new installation of CentOS (VM cloned off an earlier install that was taken just after going through the GUI setup). As far as I have gotten is 'yum update' which updated the kernel and openssl.

View 2 Replies View Related

CentOS 5 :: Updated Gcc And Need To Update Glibc And Libstdc?

Mar 9, 2010

I have just updated gcc to 4.4.3 on my centos 5.4 server. This all went fine but now i need to update glibc and libstdc++, Any ideas on how i go about doing this.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved