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
ADVERTISEMENT
Jun 17, 2009
I use FC 10 on my desktop. It is great!. But I have some troubles with installing new software via yum or rpm. Most of install/update/upgrade transactions fail. The yum prints string: Error: Missing Dependency: glibc-common = 2.9-2 is needed by package glibc-2.9-2.x86_64 (installed) I tried to manually install or update the glibc-common via yum or rpm, but it fails. The # uname -a -i -p returns
Code:
Linux achfc10 2.6.27.5-117.fc10.x86_64 #1 SMP Tue Nov 18 11:58:53 EST 2008 x86_64 x86_64 x86_64 GNU/Linux Could you have any ideas how to solve the issue?
View 8 Replies
View Related
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
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
Jun 9, 2011
I get this error when trying to install
rpm -i glibc-.9-2.x86_64.rpm
warning: glibc-2.9-2.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 4ebfc273
error: Failed dependencies:
glibc-common = 2.9-2 is needed by glibc-2.9-2.x86_64
glibc > 2.5 conflicts with glibc-common-2.5-49.el5_5.7.x86_64
View 2 Replies
View Related
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
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
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
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
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
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
Feb 27, 2010
I tried installing the RPM from tcpflow website. error: Failed dependencies: libpcap.so.0.6.2 is needed by tcpflow-0.21-1.i386 I installed libpcap1-32bit, but doesn't help. I tried added soft-link to libpcap.so.1.0.0 from libpcap.so.0.6.2 to workaround, doesn't help. hen I DLed the tarball, ./configure gives an error, even after including --with-pcap=/usr/lib64/libpcap.so.1.0.0 checking for --with-pcap option... configure: error: /usr/lib64/libpcap.so.1.0.0 does not exist I CAN'T install the rpm, I CAN't compile from source. I can't find this program on any suse repo. I need to use this prog -- what can I do?
View 14 Replies
View Related
Jun 2, 2010
I need to compile glibc.
What is this error ?
Code:
View 5 Replies
View Related
Jul 1, 2010
Hi I am getting this error::
*** glibc detected *** ./a.out: free(): invalid next size (fast): 0x084ed538 ***
======= Backtrace: =========
/lib/libc.so.6[0x4df851]
[code]....
View 1 Replies
View Related
Aug 21, 2009
Now i am installing glibc-2.3.5
The problem is:
View 4 Replies
View Related
Oct 1, 2010
Error message: GLIBC_2.0 not defined in file libc.so.6 with link time reference. What can I do?
View 1 Replies
View Related
May 5, 2010
I am a non-root user on my Lab computer with RHEL4 OS and am trying to install Glibc-2.11.1 on it .. for proper installation I used a directory other than the source directory of Glibc and ran configure which was fine, then I ran make which also ran fine.. but when I ran "make install" an error came up which was :
make subdir=nscd -C nscd ..=../ subdir_install
make[2]: Entering directory `/data/sandy/Desktop/Gotten/glibc-2.11.1/nscd'
gcc -pie -Wl,-O1 -nostdlib -nostartfiles -o /data/sandy/Desktop/Gotten/glibc-build/nscd/nscd -Wl,-dynamic-linker=/data/sandy/program2/glibc/lib/ld-
[Code].....
so I guess I don't need to specify the configparms .. but anyway I did it as earlier I wasn't sure what would solve my problem with NSCD.. Then I moved to make and all went fine, but the same error popped up during "make install"
install the Glibc package being a non-root user?
View 7 Replies
View Related
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
Jul 14, 2010
i have a error in my vpsError: Missing Dependency: glibc = 2.5-49.el5_5.2 is needed by package nscd-2.5-49.el5_5.2.i386 (updates)
View 1 Replies
View Related
May 7, 2010
I'm trying to install the latest debug flashplayer available here:
[URL]
linked from this page
[URL]
I follow the embedded instructions and this is the error:
root@vostro-ubuntu:~# /home/berrie/work/download/install_flash_player_10_linux/flashplayer-installer
[: 258: closing paren expected
ERROR: Your glibc library is older than 2.3.
[code]....
I'm running Ubuntu Karmic Koala and it is up to date.
Could it be that the flash installer parses the version number wrong as previously it was glibc-2.9-1, a '9' after the dot, now there is a '1'.
View 3 Replies
View Related
Aug 5, 2010
hey dude error in gnu c pointer
I am using Red Hat Enterprise Linux 5.0.
#include <stdio.h>
#include <stdlib.h>
int main()
{
char * cp = NULL;
[Code].....
View 4 Replies
View Related
Sep 21, 2009
I'm running my own repository for my CentOS servers and ran into problem which seems to be on the 32bit boxes only. When trying to patch, I get the following dependency error.
[Code]....
View 9 Replies
View Related
Jan 19, 2011
I have a NAS (dlink-320) with a fully working fun_plug (http://wiki.dns323.info/) Linux system.However when I try to install x263 the configuration scripts says it need the math function log2f()But because fun_plug uses uClib instead of glibc and uClib have not yet implemented log2f() function I am trying to compile the glibc instead. I am only interested in the math part of glibc but have not found any documentation to just compile this part so it seems that I have to compile "most" of it. have gli
I have copied glibc-ports-2.9/sysdeps/arm to glibc-2.11.2/sysdeps.and I enter
Code:
../configure --prefix=/ffp --libdir=/ffp/lib --includedir=/ffp/include --enable-shared --build=arm-linux
but get the following error message
[code]....
View 2 Replies
View Related
Nov 2, 2010
I am currently trying to upgrade over 100 rpms on multiple Red Hat servers. Whenever I try to do a rpm -u /packages/*.rpm i recieve a failed dependencies error on the very first rpm. I know that I can go though each rpm one by one and trace each dependency but that will take forever. Is there a way to skip these errors? I know the -nodeps command for rpm but I dont want to screw something up but running all of these rpms on -nodeps
View 10 Replies
View Related
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
Aug 18, 2010
im running centos 4.4final and i have glibc, and glibc_common installed on version 2_3. Im trying to install the 2_9 rpm, but it says that it conflicts with 2_3, how can i upgrade the 2_3 to 2_9? i tryed using yum update glinc / glibc_common, and yum install, didnt work.
View 9 Replies
View Related
Jun 20, 2011
Recently, I am trying to use a complied software on Linux OS. I need to use X-Windows to do some initialize. When I run this software, I am getting the error: '/lib/tls/libc.so.6: version `GLIBC_2.4' not found' I also checked the version of GLIBC on my computer, the highest one is GLIBC_2.3.4. So I have to update my glibc to 2.4 or higher. Some tips said it can be done using yum. I am a new user for linux. Could anyone guide me to do that? Here is the information of my computer: Red Hat Enterprise Linux WS release 4 (Nahant Update ; Linux 2.6.9-89.0.3.ELsmp #1 SMP Sat Jun 13 07:02:28 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
View 5 Replies
View Related
Aug 11, 2009
After install glibc-2.10.1-4 (x86_64) package, i couldn't run the qemu-kvm anymore.
SELinux is preventing qemu-kvm (svirt_t) "setrlimit" svirt_t.
SELinux prevented pt_chown from using the terminal 0.
View 6 Replies
View Related
Aug 3, 2010
Attempting to compile an application that is not located in any of the repos yet for 11.3 64 bit. I have downloaded the appropriate src and untarred it. However, when I attempt to run the ./configure command here is the error I receive. checking build system type... Invalid configuration `x86_64-unknown-linux-': machine `x86_64-unknown-linux' not recognized configure: error: /bin/sh ./config.sub x86_64-unknown-linux- failed
I have made sure that I have all kernel-headers packages installed and am unsure as how to proceed. I tried using the command "./configure --build=x86_64" and then receive an error stating that the "SYSTEM IS NOT SUPPORTED" and continued errors stating that gcc is not installed, eve though it is.
View 5 Replies
View Related
Nov 28, 2009
I'm running Fedora 11:
kernel Linux 2.6.30.9-96.fc11.i586
Gnome: 2.26.3
Trying to install orkaudio using the instructions here: [URL]
When I get to rpm -i ACE-5.4.8-1.i386.rpm I get:
error: Failed dependencies:
libcrypto.so.4 is needed by ACE-5.4.8-1.i386
libssl.so.4 is needed by ACE-5.4.8-1.i386
I've also tried system/administration/add/remove software but no joy.
if I do # yum install openssl
I get:
Loaded plugins: refresh-packagekit
Setting up Install Process
Package openssl-0.9.8k-5.fc11.i686 already installed and latest version
Nothing to do
View 1 Replies
View Related