The GNU C Library (glibc) is an implementation of the standard C library and POSIX API used in the majority of Linux operating systems.
Questions tagged [glibc]
71 questions
1
vote
1 answer
Trying to downgrade MongoDB on CentOS
I'm running CentOS 6.7 on a Hyper-V, which means that I can't do an in-place upgrade to 7.0. Today I did a server restart, and some time between the last time I did a restart and today my installation of MongoDB was upgraded to the latest version…

SCRawl
- 56
- 4
1
vote
2 answers
Yum Update Failing mod_ssl and glibc_devel
Any ideas on how to get this to not fail?
# yum update
Freeing read locks for locker 0x82: 4189/140342084876032
Freeing read locks for locker 0x84: 4189/140342084876032
Freeing read locks for locker 0x85: 4189/140342084876032
Freeing read locks for…

Kerry Jones
- 145
- 1
- 2
- 12
1
vote
1 answer
Cannot install PEAR on Centos 6.5 and PHP 5.5
This is driving me nuts already and there's no information about this whatsoever in Google, only 2006 posts, but they don't really help me.
I have CentOS 6.5 freshly updated, PHP 5.5, MySQL, Apache, NodeJS and some other web dev stuff, not really…

deb0rian
- 143
- 2
- 8
1
vote
1 answer
Accidentally deleted symlink libc.so.6 in CentOS 6.4. How to get sudo privilege to re-create it?
I accidentally deleted the symbol link /lib64/libc.so.6 -> /lib64/libc-2.12.so with
$ sudo rm libc.so.6
Then I can not use anything including ls command. The error appears for any command I type
ls: error while loading shared libraries: libc.so.6:…

kangshiyin
- 113
- 1
- 6
1
vote
1 answer
glibc.i686 conflicts with libc6?
I have a 64-bit Redhat Enterprise Linux server (version 6.3) that doesn't want to let me install the glibc.i686 module for 32-bit compatibility. When I try yum install glibc.i686 as root, it gives me a long string of errors like this:
Transaction…

Will Martin
- 2,431
- 5
- 19
- 18
1
vote
1 answer
yum update glibc dependency error on SL 6.1
On SL6.1 I am trying to yum update glibc and it's failing I think with a conflict of sources, but I'm not too sure. I don't really know how to parse the yum error, but here it is:
# yum update glibc
Setting up Update Process
Resolving…

Duncan Macleod
- 113
- 3
1
vote
1 answer
`GLIBC_2.7' not found
I have fpcalc installed on Linux and when I execute the following command:
./fpcalc
I get an error saying:
./fpcalc: /lib/libc.so.6: version `GLIBC_2.7' not found (required by ./fpcalc)
I have tried googling around and I could not find a straight…

I'll-Be-Back
- 693
- 3
- 10
- 25
1
vote
2 answers
What's wrong with this installation of Net::SSH2 Perl module?
I am trying to install Net:SSH2 Perl module, but I run in this error:
[root@script-server fmzbih_cms_weather_updater]# cpanm Net::SSH2
--> Working on Net::SSH2
Fetching http://www.cpan.org/authors/id/R/RK/RKITOVER/Net-SSH2-0.44.tar.gz ...…

azec-pdx
- 205
- 2
- 5
- 9
1
vote
0 answers
Could we use DNS round robin with nscd's dns cache?
I try to use DNS round robin with nscd's dns cache.
But I am not convinced about the belows.
nscd respect the dns record ttl at its dns reply
the traffic from clients with nscd are distributed equally to servers behind domain name
Is it possible…

nimdrak
- 29
- 1
- 7
0
votes
0 answers
Weird error with glibc on CentOS 6
I have a weird issue with some servers that I manage at work.. We use Katello/Satellite 6 to manage our repos/pkgs and subscribe our servers to it. In the Katello Web UI it says that glibc-2.12-1.212.el6.x86_64 and glibc-common-2.12-1.212.el6.x86_64…
0
votes
1 answer
Upgrade glibc version in SUSE 11
SUSE 11 SP4 comes with glibc version 2.11.3. For my application I require glibc version higher than that. SUSE 12 comes with glibc version 2.19.x. I loaded SUSE 12 disk in my machine and found the glibc-2.19 rpm. But when I try to install it gives…

Shreyas
- 121
- 1
- 4
0
votes
0 answers
RHEL 7 repository glibc yum installation
I have a problem to install glibc.i686 package from RHEL 7 repository. I doesn't understand why only glibc.i686 package from RHEL 6 repository is avialable:
sudo yum list glibc*
> **Installed Packages**
**glibc.x86_64 …

bodo
- 101
- 1
- 3
0
votes
1 answer
Installing RPMs on system with no internet causes dependency conflicts: libstdc++.so.6, libm, etc
To avoid the XY problem, let me first describe the situation.
We have a client project of unique circumstances. We have a relatively modern software stack (Keras DNN stuff) that needs to run on a client's system. This system, a Cloudera CentOS 6…

DeusXMachina
- 183
- 1
- 1
- 9
0
votes
2 answers
make rpm find dependencies in a specific location
I was trying to install a software through rpm. However, it requires glibc-2.15. We only have glibc-2.12 on CentOS-6. I have installed a glibc-2.15 at a separate location.
So how can I make rpm to look for the libraries in the glic-2.15 location?
I…

NormanD
- 11
0
votes
0 answers
Different versions of glibc RedHat
Before I jump into the issue, I am using RedHat 6.5 and have no access to the internet to download yum updates due to environment restrictions. All I have in this case is the CD ROM (RHEL 6.5) to utilize. After the image is updated, we utilize an…

user2104891
- 135
- 2
- 12