Skip to content

Instantly share code, notes, and snippets.

@harv
Last active March 1, 2024 08:42
Show Gist options
  • Save harv/f86690fcad94f655906ee9e37c85b174 to your computer and use it in GitHub Desktop.
Save harv/f86690fcad94f655906ee9e37c85b174 to your computer and use it in GitHub Desktop.
update glibc to 2.17 for CentOS 6
#! /bin/sh
# update glibc to 2.17 for CentOS 6
wget http://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-2.17-55.el6.x86_64.rpm
wget http://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-common-2.17-55.el6.x86_64.rpm
wget http://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-devel-2.17-55.el6.x86_64.rpm
wget http://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-headers-2.17-55.el6.x86_64.rpm
sudo rpm -Uvh glibc-2.17-55.el6.x86_64.rpm \
glibc-common-2.17-55.el6.x86_64.rpm \
glibc-devel-2.17-55.el6.x86_64.rpm \
glibc-headers-2.17-55.el6.x86_64.rpm
@JEGANMANIC
Copy link

Thanks for the suggestion! We built latest python 3.9 on CentOS 6 but it was giving error that unable to load libc.so.6, so had to configure LD_LIBRARY_PATH and works

@jhult
Copy link

jhult commented Jan 11, 2022

@Sahil148024
Copy link

Hello team,

kindly help me in getting EoS/EoL date for FOSS Glibc 2.17.0.

Regards,
Sahil

@nainajais777
Copy link

Screenshot-1

kindly help ..i am trying to install visual studio code in CentOS6

@axlroden
Copy link

axlroden commented Oct 13, 2022

kindly help ..i am trying to install visual studio code in CentOS6

You can't.

@nainajais777
Copy link

kindly help ..i am trying to install visual studio code in CentOS6

You can't.

But why...i am using CentOS [10].What is the solution?

@axlroden
Copy link

Upgrade OS.

@Zhang21
Copy link

Zhang21 commented Apr 23, 2023

rpm -Uvh --nodeps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment