GLIBC 2.15 Installation/Upgrade
My Glibc is 2.11
ldd --version
ldd (Ubuntu EGLIBC 2.11.1-0ubuntu7.13 2.11.1
I installed the following packages
sudo apt-get install gcc gawk g++ build-essential linux-headers-`uname -r`
One of this tries was to download the library and install.
sudo mkdir /catbed/ && cd /catbed/
sudo wget https://launchpad.net/ubuntu/+archive/primary/+files/eglibc_2.16.orig.tar.xz
sudo tar -xJf eglibc_2.16.orig.tar.xz
sudo mkdir /catbed/glibc-build && cd /catbed/glibc-build
sudo ../eglibc-2.16/configure --disable-sanity-checks
sudo make
sudo make install
No comments:
Post a Comment