How to delete libc. so.6 by mistake

Source: Internet
Author: User

Glibc is the libc library released by GNU, that is, the C Runtime Library. Glibc is the most underlying API in Linux, and almost any other Runtime Library depends on glibc. Glibc not only encapsulates the system services provided by the Linux operating system, but also provides implementation of many other necessary functional services. Because glibc covers almost all of the UNIX standard, it is conceivable that its content is all-encompassing. Like other UNIX systems, the archive groups contained in them are scattered in the tree directory structure of the system. Like a bracket, the entire operating system is supported. In the GNU/Linux system, the development history of its c-function library highlights several important milestones in the evolution of GNU/Linux. glibc is used as the C-function library of the system, it is an important milestone in the evolution of GNU/Linux.

Many Linux commands depend on libc. if you accidentally delete the dynamic link library of so.6, basically all commands cannot be used. Many of you have previously reinstalled the operating system to solve this problem, today, we will introduce a method to solve this problem:


[[Email protected] ~] # Ld_preload =/lib64/libc-2.12.so ln-S/lib64/libc-2.12.so/lib64/libc. so.6


Note: currently, the 64-bit glibc version of centos 6.x is v2.12;



This article from "square inch Hill" blog, please be sure to keep this source http://63638790.blog.51cto.com/513514/1565136

How to delete libc. so.6 by mistake

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.