similar to: happy new year :D i have a problem to upgrade my glibc to 2.7 on centos 5.5

Displaying 20 results from an estimated 200 matches similar to: "happy new year :D i have a problem to upgrade my glibc to 2.7 on centos 5.5"

2008 Dec 27
2
could not load kernel32.dll
hello, When I am on playonliux, the script of my game works with wine 1.1.5 but with version 1.1.6 doesn' works: (my directory is located in /home/marc/.PlayOnLinux/WineVersions/1.1.6/usr/bin) Code: [marc at localhost bin]$ ./wine ../../../../wineprefix/WorldOfWarcraft/drive_c/Program\ Files/World\ of\ Warcraft/Wow.exe err:module:load_builtin_dll failed to load .so lib for builtin
2010 Jun 06
2
[LLVMdev] Error while compiling mysql using LLVM-gold
The errors are /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found /lib/libc.so.6: version `GLIBC_2.7' not found I can not use it in the command line... Rafael Espindola wrote: >> However, I got >> "... >> checking for gcc... llvm-gcc -use-gold-plugin >> checking for C compiler default output file name... >> ... >> configure: error: C
2010 Jun 06
1
[LLVMdev] Error while compiling mysql using LLVM-gold
Some things to check: Run llvm-gcc a.c -emit-llvm -use-gold-plugin -Wl,debug This will print the link command line. What is it? Do you get the same error messages if you run just that? Are gold and the plugin linked with the same libstdc++? Cheers On Jun 5, 2010 11:50 PM, "Guoliang Jin" <jingl1345 at gmail.com> wrote: The errors are /usr/lib/libstdc++.so.6: version
2013 Dec 26
1
New thunderbird and ligntning on CentOS 5...
Hey, anybody found a way to run the new Thunderbird Lightning calendar addon on CentOS 5...? From my debugging, it seems like the lightning addon is compiled with a newer version of glibc... ? Failed to load native module at path '.../Linux_x86-gcc3/libcalbasecomps.so': (80004005) /lib/libc.so.6: version `GLIBC_2.7' not found? Tried older versions, 2.6 and 2.5b2, but they seem not
2010 Jun 06
0
[LLVMdev] Error while compiling mysql using LLVM-gold
> However, I got > "... > checking for gcc... llvm-gcc -use-gold-plugin > checking for C compiler default output file name... > ... > configure: error: C compiler cannot create executables > ..." > when I following those instructions. > > Any experience on compiling autotooled projects using LLVM is welcome. > Some online resource on this topic will be
2010 Jun 06
2
[LLVMdev] Error while compiling mysql using LLVM-gold
Hello, I am trying to compile mysql using LLVM and I am found the following "If you just want to use *LLVM*'s link-time optimizations, you will need to use the libLTO library with your linker. Your linker, in turn, must be able to support plugins (like the gold linker, for example). For directions on how to set up libLTO, see http://*llvm*.org/docs/LinkTimeOptimization.html
2020 Feb 05
3
Kernel downgrade on Centos 8
Johnny Hughes wrote: > No, CentOS-8 uses different shared libraries and a different version > of the compiler than CentOS-7, so you can not run items compiled for > CentOS-7 on CentOS-8. The kernel does not rely on userspace libraries. -- Dimitri Zelenkin Devexperts, Inc
2020 Nov 11
2
Targeting old glibc
It did partially fix the issue but there is still one problem: llvm-objdump -sx gives: Version References: required from libpthread.so.0: 0x09691a75 0x00 05 GLIBC_2.2.5 0x09691972 0x00 09 GLIBC_2.3.2 0x09691973 0x00 07 GLIBC_2.3.3 0x06969192 0x00 12 GLIBC_2.12 required from libdl.so.2: 0x09691a75 0x00 21 GLIBC_2.2.5 required from libuuid.so.1: 0x09da27b0 0x00 19
2010 Oct 07
1
Linux 64-bit R installation problem - "Failed dependencies"
I am trying to install 64 bit R on Linux. But I got the following error - rpm -i R-core-2.10.0-2.fc11.x86_64.rpm warning: R-core-2.10.0-2.fc11.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 97d3544e error: Failed dependencies: /bin/bash is needed by R-core-2.10.0-2.fc11.x86_64 /bin/sh is needed by R-core-2.10.0-2.fc11.x86_64 /sbin/ldconfig is needed by
2014 Mar 27
1
GLIBC_2.7 not found
Hi, I am trying to run a software which requires a specific version of glib(GLIBC_2.7). Current version of GLIB on my system is 2.5 and error which I am getting is - ------------------------------ [hp at mysys example]$ /share/apps/CAP3/cap3: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by /share/apps/CAP3/cap3) ------------------------------ [root at mysys scratch]# ldd
2020 Nov 11
2
Targeting old glibc
On Tue, Nov 10, 2020 at 7:01 PM Fāng-ruì Sòng <maskray at google.com> wrote: > > How to find what is pulling libmvec? > > If you build a -DCMAKE_BUILD_TYPE=Debug lld, you can set a breakpoint > on lld/ELF/MarkLive.cpp:114 (ss->getFile().isNeeded) and check which > symbol makes > libmvec.so needed. I'm afraid this is going to far for me :) > > On the other
2010 Oct 20
7
yum update
After giving command "yum update openoffice" the output is: Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: centos.aol.in * updates: ftp.oss.eznetsols.org * addons: centos.aol.in * extras: centos.aol.in Setting up Update Process No Packages marked for Update -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 Jun 30
2
Does centos 6.8 support gstreamer 1.8?
Hi, I found gstreamer offcial have just announced 1.8.2 version. ("gstreamer.freedesktop.org") But centos 6 only support gstreamer 0.10. When will centos 6 support gstreamer 1.8? Thanks! Regards Andrew
2007 Apr 06
2
R-Forge?
Hello! I have recently found RForge.net (http://www.rforge.net/) by Simon Urbanek and found out today that the site is accepting subscriptions. Great! However, browsing a bit on the site I found a link to another forge: R-Forge (http://r-forge.r-project.org/). Is/will the last one be the "offcial" forge for R packages, given that it has domain r-project.org? Regards, Gregor
2010 Oct 14
5
installing centOS5.5
Want to install CentOS 5.5 by burning the image on DVD. On the link: http://mirrors.hns.net.in/centos/5.5/isos/x86_64/, there is a list given. CentOS-5.5-x86 64-bin-DVD.torrent is in the list. So is the download of the .iso possible only through torrent? There is CentOS-5.5-x86 64-netinstall.iso Is this also an .iso which one can download to install CentOS5.5? -------------- next part
2010 Dec 05
9
ntfs
CentOS 5.5 is installed in the system. I installed the package kmod-ntfs-2.1.27-3.el5.elrepo.x86_64.rpm I mounted Seagate external hard disk. I am able to copy contents from the hard disk to the system but not from the system to the hard disk. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2019 Nov 07
3
Samba, Debian and upgrade path...
Yesterday, after a long run, i've finally upgraded my DCs to stretch/samba4.9, using Louis repos. Hurrah! ;-) Looking forward, eg: http://apt.van-belle.nl/debian/dists/ seems to me that i can advance to 4.10 in stretch, but to go further i need buster (probably because of python deps, right?). Louis, i think we need a matrix of debian-samba compatibility... ;-) -- dott. Marco Gaiarin
2011 Jan 22
5
ethernet configuration
I pressed the tab "probe" by mistake near "bind to MAC address" in system->administration->network->edit->hardware device. After this the MAC address disappeared. Internet is not working. Shall I write the MAC address and activate again? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Oct 12
3
updating centOS5.3
I have centOS5.3 installed in the system. I have never updated it but now am planning to update. While doing "yum update", is there any possibility that the update might hamper the execution of any software/application installed on the system? Is there anything particular to note before updating the system? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Dec 24
0
happy holidays
hi, Just want to wish everyone a happy holiday season and a good new year ahead. Its been a great year for CentOS and for everyone involved with it including the developers, supporters, contributors, editors, bug reporters, everyone. You all know who you are. And I want to take this opportunity to thank all of you for the time and efforts that you have put into the project. 2008 will be