Skip to content

Instantly share code, notes, and snippets.

@jcgregorio
jcgregorio / glibc_install.sh
Last active April 28, 2022 12:58 — forked from cheuerde/glibc_install.sh
Install GNU libc version parallel to existing system
# Claas Heuer, August 2015
#
# urls:
# http://stackoverflow.com/questions/847179/multiple-glibc-libraries-on-a-single-host
# http://www.gnu.org/software/libc/download.html
cd $HOME
mkdir glibc_update
cd glibc_update