/usr/lib/libstdc++.so.6:version ' glibcxx_3.4.15 ' not found

Source: Internet
Author: User

/usr/lib/libstdc++.so.6 | grep GLIBC

Will output the following content

glibcxx_3.4

glibcxx_3.4.1

glibcxx_3.4.2

glibcxx_3.4.3

glibcxx_3.4.4

glibcxx_3.4.5

glibcxx_3.4.6

glibcxx_3.4.7

glibcxx_3.4.8

glibcxx_3.4.9

glibcxx_3.4.10

glibcxx_3.4.11

glibcxx_3.4.12

glibcxx_3.4.13

glibc_2.0

glibc_2.3

glibc_2.4

glibc_2.1

glibc_2.1.3

glibc_2.3.2

glibc_2.2

Glibcxx_force_new

Glibcxx_debug_message_length

Can see no glibcxx_3.4.15 this version, download a new version

Http://ftp.de.debian.org/debian/pool/main/g/gcc-4.7/libstdc++6_4.7.2-5_i386.deb

4. Extracting files

Ar-x Libstdc++6_4.7.2-5_i386.deb

TAR-ZXVF data.tar.gz

The USR folder appears. Enter the USR/LIB/I386-LINUX-GNU directory

CD Usr/lib/i386-linux-gnu

5. Copy the libstdc++.so.6.0.17 file to the/usr/lib folder

sudo cp libstdc++.so.6.0.17/usr/lib

6. Enter the/usr/lib folder to create a new soft link

sudo ln-sf libstdc++.so.6.0.17 libstdc++.so.6

7. Check Again

strings/usr/lib/libstdc++.so.6 | grep GLIBC

Output

glibcxx_3.4

glibcxx_3.4.1

glibcxx_3.4.2

glibcxx_3.4.3

glibcxx_3.4.4

glibcxx_3.4.5

glibcxx_3.4.6

glibcxx_3.4.7

glibcxx_3.4.8

glibcxx_3.4.9

glibcxx_3.4.10

glibcxx_3.4.11

glibcxx_3.4.12

glibcxx_3.4.13

glibcxx_3.4.14

glibcxx_3.4.15

glibcxx_3.4.16

glibcxx_3.4.17

glibc_2.0

glibc_2.3

glibc_2.1.3

glibc_2.2

glibc_2.1

glibc_2.3.2

Glibcxx_debug_message_length

found that the glibcxx_3.4.15 had appeared.


This article is from the "Linux_woniu" blog, make sure to keep this source http://llu1314.blog.51cto.com/5925801/1965334

/usr/lib/libstdc++.so.6:version ' glibcxx_3.4.15 ' not found

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.