Skip to content

Instantly share code, notes, and snippets.

@bloatfan
Forked from harv/glibc-2.17_centos6.sh
Created September 21, 2017 16:21
Show Gist options
  • Select an option

  • Save bloatfan/3bd030ce98775196ff1ee2ef6a7386e2 to your computer and use it in GitHub Desktop.

Select an option

Save bloatfan/3bd030ce98775196ff1ee2ef6a7386e2 to your computer and use it in GitHub Desktop.

Revisions

  1. @harv harv revised this gist Mar 11, 2017. No changes.
  2. @harv harv created this gist Mar 11, 2017.
    13 changes: 13 additions & 0 deletions glibc-2.17_centos6.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    #! /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