Questions tagged [glibc]

The GNU C Library (glibc) is an implementation of the standard C library and POSIX API used in the majority of Linux operating systems.

71 questions
0
votes
1 answer

easiest way to upgrade to glib-2.14+ on rhel5?

my Yum repository doesn't have anything newer than glib-2.0. But glib is a fairly core animation library, is my understanding. Is there an easy way to upgrade that won't brick my system?
nobody
0
votes
1 answer

ssh could not connect to the server, and disconnected after providing the username. Logs for sshd-ddd and ssh-vvv are provided below

The original text is in Chinese, translated into English using Google Translate. premise Because of the need to upgrade glibc2.28 to glibc2.29, and later required too many dependencies, the upgrade was given up. Then when connecting through ssh,…
ahaly
  • 11
  • 2
0
votes
0 answers

Is it correct to update the GLIBCXX / GLIBC on a shared hosting server?

I'm having issues updating node.js for a single user in a shared hosting server, which is being installed by NVM package.Whenever we try to switch versions to a newer one, this error is displayed: node: /usr/lib64/libstdc++.so.6: version…
0
votes
1 answer

Need new GLIBC on Centos 6 to use PyTorch on GPUs

I am using a supercomputer facility which is running Centos 6. The node I want to use has 3 Tesla V100. The problem is that the version of GLIBC installed on that node is not compatible with the latest versions of PyTorch I must use. I do not have…
0
votes
1 answer

installing the ELRepo repository on centos 8 ends with "glibc = 2.17 is needed" error

i'm trying to upgrade centos 8.2 kernel from 4.x to 5.x to resolve the network latency issue caused by network interface driver (TCP packet incompatibilty). so i tried: rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org and then: rpm -Uvh…
BEHNAM
  • 1
  • 1
0
votes
1 answer

How to start a program with haswell-optimized libc?

Is there a way to start a program with haswell-optimized libc library on standard centos 7? I prefer to do this without compiling myself.
Nick
  • 826
  • 2
  • 15
  • 42
0
votes
3 answers

deleted glibc x86_64 on a VPS, centOS 6

Can you please help me solve this problem. I've "accidentally" rpm -e the glibc.x86_64 libraries and made my VPS unusable as all commands throw one of the following errors: [root@panel lib64]# yum bash: /usr/bin/yum: /usr/bin/python: bad…
Vedran B
  • 15
  • 4
-1
votes
1 answer

glibc-2.14 conflicts with file from package glibc2.12

Mongo V2.6 is already installed on my server which is probably using glibc-2.12. When I try to install Mongo V3.0.12 it is trying to install glibc-2.14 which it cannot do. How can I have both glibc libraries live on my RedHat Version 7 64 bit…
-1
votes
1 answer

Apache errors - *** glibc detected *** Backtrace - perl

I have been getting these errors in my apache logs on my server - it only happened once a day or every two days. Any idea what could be causing this? I dont even have an idea of where to start? *** glibc detected *** /usr/sbin/httpd.worker: double…
-1
votes
3 answers

needs updated glibc package version 3.4.15 or later for RHEL6

I want to upgrade my current running applications to latest version. But due to some package issue i am unable to install them. I get common error in that: /usr/lib64/libstdc++.so.6: version 'GLIBCXX_3.4.15' not found. When i tried to update glibc…
TPS
  • 55
  • 1
  • 1
  • 8
-1
votes
1 answer

Linux/glibc queries localhost for DNS even if no resolver is configured

Basically, with an empty resolv.conf (and no weird stuff configured like resolvconf, nscd...nothing at all, just a plain squeeze install), I see DNS queries to 127.0.0.1 port 53 when trying to resolve a name. Has that always been that…
persson
  • 157
  • 1
  • 3
1 2 3 4
5