Upgrade glibc to 2.15, Debian-7.6 under debian-7.6glibc

Source: Internet
Author: User

Upgrade glibc to 2.15, Debian-7.6 under debian-7.6glibc

MySql WorkBench, Eclipse-4.4, and many other commonly used development tools require glibc version> = 2.14, while glibc In the Wheezy repository is up to 2.13. To make these tools work, we can only use the glibc-2.15 of the Wheezy unstable version. The upgrade method is as follows:


Open the/etc/apt/sources. list file and add:

deb http://ftp.debian.org/debian sid main

Run:

sudo apt-get updateapt-get -t sid install libc6 libc6-dev libc6-dbg

You can automatically install glibc-2.15.

Note: After installation, you must delete the newly added source from sources. list.Otherwise, the next time you run apt-get install on other software, apt-get will prompt you to delete a large library file. If you select Y, The gnome desktop will be deleted... Test.



Which of the following briefly introduces how to securely upgrade glibc in Linux? I successfully compiled the new glibc version In debian.

You can refer to the upgrade idea of gentoo, because gentoo is compiled by source code.
First, compile the core tool group (gcc, ld, binutils), pay attention to the use of static compilation (-- disable-shared), install to the specified location (-- with-sysroot -- with-local-prefix)
Then chroot to compile glibc and install
Then use the new glibc to statically compile the core tool group and chroot back to overwrite the original installation.
Use this tool group to locally compile glibc again

How can we upgrade glibc to 219 on CentOS 6?

I checked the release version. No version is exactly the version you want.
If you have special requirements for the version.

You can download the source code and compile it yourself.
 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.