U
U
Urukhayy2018-10-16 18:11:00
System administration
Urukhayy, 2018-10-16 18:11:00

Is it possible to get GLIBCXX_3.4.20+ on centos?

Is it possible to get GLIBCXX_3.4.20+ on centos?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
C
CityCat4, 2018-10-17
@Urukhayy

Looking for what package it comes in. Look at dependencies. You think - will rise or not.
There is a hardcore - to put from raw materials so that it lays down without touching other libs.

B
Berkutman, 2018-10-17
@Berkutman

Here is an example of getting GLIBCXX_3.4.20, in the same way we are looking for a package for a higher version and install it.

$ rpm2cpio gcc-libstdc++-4.9.1-1.ram0.99.x86_64.rpm | cpio -idmv

Copy libstdc++.so.6.0.20 to /usr/lib64/

Link:
1) $ cd /usr/lib64/
2) # rm libstdc++.so.6
3) # ln -s libstdc++.so.6.0.20 libstdc++.so.6

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question