Linux:/lib/libc.so.6:version ' Glibc_2.7′not Foun

Source: Internet
Author: User

Just user reflects the server RAR version is low, under a 4.0 run prompt

/lib/libc.so.6:version ' Glibc_2.7′not found

Upgraded the GLIBC library for CentOS

Yum-y Update glibc

The problem remains. To view glibc library information with a command

Rpm-qi glibc

The GLIBC library version of the display system is 2.5

In CentOS with the update command to 2.5 is already the latest version, had to manually download GLIBC 2.7 Source package compiled installation updates:

Address: http://ftp.gnu.org/pub/gnu/glibc/glibc-2.7.tar.gz

Cd/usr/local/src

wget http://ftp.gnu.org/pub/gnu/glibc/glibc-2.7.tar.gz

Tar zxvf glibc-2.7.tar.gz

Glibc-2.7/configure #执行configure命令时不能进到glibc-2.7 folder inside, otherwise cannot execute

CD glibc-2.7

Make && make install

Note: Sometimes there are problems that may cause glibc to be unavailable, so it is recommended that you modify prefix so that you can execute the command glibc-2.7/configure--prefix=/usr, and then proceed to do && make Install


Linux:/lib/libc.so.6:version ' Glibc_2.7′not Foun

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.