This often occurs when you build software in RHEL 7 and try to run on RHEL 6.

To update GLIBC to any version, simply download the package from

https://ftp.gnu.org/gnu/libc/

For example glibc-2.14.tar.gz in your case.

1. tar xvfz glibc-2.14.tar.gz
2. cd glibc-2.14
3. mkdir build
4. cd build
5. ../configure --prefix=/opt/glibc-2.14
6. make
7. sudo make install
8. export LD_LIBRARY_PATH=/opt/glibc-2.14/lib:$LD_LIBRARY_PATH

Then try to run your software, glibc-2.14 should be linked.

Answer from Yu Tao on Stack Overflow
🌐
Red Hat
access.redhat.com › solutions › 755003
Is there any support for glibc 2.14 in RHEL 6? - Red Hat Customer Portal
August 5, 2024 - Is there any support for glibc 2.14? A dynamic library, libnss3.so, is required for an application; however, this appears to be built against version 2.14 of glibc, as the following message is seen: ./libnss3.so: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./libnss3.so)
Discussions

rhel - glibc-2.14 compatibility - Unix & Linux Stack Exchange
In my prod env, I'm running a RHEL 6.8 (soon to be upgraded). The problem is that I ran my application on testing env without problems, but on prod I'm facing various problems due to package versions. I've upgraded most of them, but now I have to install glibc-2.14. More on unix.stackexchange.com
🌐 unix.stackexchange.com
rhel - Problems running glibc 2.14 on RHEL6 - Unix & Linux Stack Exchange
I am trying to run the latest version of the Android SDK on an RHEL6 box. I am getting errors that I need GLIBC 2.14. So I installed GLIBC 2.14 in /opt/glibc-2.14. I have set the LD_LIBRARY_PATH=... More on unix.stackexchange.com
🌐 unix.stackexchange.com
redhat linux 6 glibc_2.14 not found error
on RHEL6 I see: [22407] Error loading Python lib '/tmp/_MEI7VUFgo/libpython3.7m.so.1.0': dlopen: /lib64/libc.so.6: version 'GLIBC_2.14' not found (required by /tmp/_MEI7VUFgo/libpyt... More on github.com
🌐 github.com
1
December 27, 2021
Error: /lib64/libc.so.6: version `GLIBC_2.14' not found on RED-Hat(RHEL-6.5) Linux
I’m using node module napajs on RED-Hat(RHEL-6.5) Linux machine. On Linux machine, node version is 6.10.0 and gcc version is 4.4.7. I wrote a simple node program using napajs module. When I execute this program, first I faced GLIBC-2.14 library issue. More on github.com
🌐 github.com
5
February 8, 2018
🌐
Red Hat
access.redhat.com › solutions › 4881711
Installing GNU GLIBC_2.14 in RHEL 6 - Red Hat Customer Portal
How to install GLIBC_2.14 in RHEL · A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more
🌐
Narkive
rhelv6-list.redhat.narkive.com › 9hUb42qj › how-do-i-install-glibc-2-14-on-rhel6
[rhelv6-list] How do I install glibc_2.14 on rhel6?
If sbcl really needs glibc 2.14 ( which I doubt ), you cannot use it in RHEL 6 unless you create a chroot where you install both sbcl and a newer glibc. I am not familiar with details of chroot (other than what I read this mornign on google).
🌐
Stack Exchange
unix.stackexchange.com › questions › 360551 › problems-running-glibc-2-14-on-rhel6
rhel - Problems running glibc 2.14 on RHEL6 - Unix & Linux Stack Exchange
I am trying to run the latest version of the Android SDK on an RHEL6 box. I am getting errors that I need GLIBC 2.14. So I installed GLIBC 2.14 in /opt/glibc-2.14. I have set the LD_LIBRARY_PATH=...
🌐
GitHub
github.com › fox-it › log4j-finder › issues › 79
redhat linux 6 glibc_2.14 not found error · Issue #79 · fox-it/log4j-finder
December 27, 2021 - on RHEL6 I see: [22407] Error loading Python lib '/tmp/_MEI7VUFgo/libpython3.7m.so.1.0': dlopen: /lib64/libc.so.6: version 'GLIBC_2.14' not found (required by /tmp/_MEI7VUFgo/libpyt...
Author   fox-it
🌐
Blogger
d2dreference.blogspot.com › 2020 › 08 › how-to-install-glibc-214-on-rhel-6-rhel.html
How to install glibc 2.14 on RHEL 6/ RHEL 7/ CentOS 7
August 13, 2020 - How to install glibc 2.14 on RHEL 6/ RHEL 7/ CentOS 7 · Installing glibs is very easy. This can be done by below 4steps. Step1:- Subscribe OS with RHEL · or Configure local repository for installing packages · Step2:- Check installed glibc package. # yum list glibc ·
Find elsewhere
🌐
GitHub
github.com › Microsoft › napajs › issues › 192
Error: /lib64/libc.so.6: version `GLIBC_2.14' not found on RED-Hat(RHEL-6.5) Linux · Issue #192 · microsoft/napajs
February 8, 2018 - I’m using node module napajs on RED-Hat(RHEL-6.5) Linux machine. On Linux machine, node version is 6.10.0 and gcc version is 4.4.7. I wrote a simple node program using napajs module. When I execute this program, first I faced GLIBC-2.14 library issue.
Author   microsoft
🌐
Stack Exchange
unix.stackexchange.com › questions › 622679 › lib64-libc-so-6-version-glibc-2-14-not-found-in-redhat-6-5-for-running-a-so
command line - /lib64/libc.so.6: version 'GLIBC_2.14' not found in Redhat 6.5, for running a software in non-desktop version of Linux - Unix & Linux Stack Exchange
December 3, 2020 - The solution is for CentOS but will for on RHEL too. Btw. your RHEL machine is not subscribed so installing/updating using yum won't work (but glibc 2.14 is not available anyway). Also CentOS/RHEL 6 end of life was last month, you should upgrade to 7 or 8 soon.
🌐
Imperx
imperx.com › wp-content › uploads › Member › Cameras › Bobcat_Gen2 › GEV Linux › Workaround_to_install_GLIBC_2.14_to_CentOS_6.7.pdf pdf
Workaround to install GLIBC 2.14 to CentOS 6.7
Celebrating IMPERX’s 25th year as a company dedicated to innovation and the future of industrial imaging. Established in 2001, the IMPERX team has strived to offer the highest quality, ruggedized UV, infrared, and polarizing cameras for industrial applications.
🌐
RPMfind
rpmfind.net › linux › rpm2html › search.php
RPM resource libc.so.6(GLIBC_2.14)(64bit)
The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet · The System and Arch are optional added filters, for example ...
🌐
Reddit
reddit.com › r/sysadmin › upgrade to glibc 2.14 on centos 6
r/sysadmin on Reddit: Upgrade to GLIBC 2.14 on CentOS 6
May 2, 2017 -

How can I do do this? I am currently running 2.12. Thanks in advance.

🌐
Red Hat
access.redhat.com › solutions › 3162292
'sg_map' command fails with error: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /lib64/libsgutils2.so.2) - Red Hat Customer Portal
sg_map command fails with following error: [root@server1 ~]# sg_map sg_map: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /lib64/libsgutils2.so.2)
🌐
Red Hat
access.redhat.com › solutions › 1285263
Why does the application give an error "/lib64/libc.so.6: version `GLIBC_2.X' not found"? - Red Hat Customer Portal
April 1, 2026 - Why does the application give an error /lib64/libc.so.6: versionGLIBC_2.X' not found`? Application exits with glibc error on Red Hat Enterprise Linux 5; Error Log : Starting 'mpscmjboss5 dev Compile ClassPath' om: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by om) The following glibc error is seen while executing custom application on Red Hat Enterprise Linux 6; ./wombat_fatso_dyn ./wombat_fatso_dyn: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./wombat_fatso_dyn) ./wombat_fatso_dyn: /lib64/libc.so.6: version `GLIBC_2.11' not found (required by ./wombat_fatso_dyn)