Sunday, May 19, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 15261  / 3 Years ago, wed, september 22, 2021, 1:51:47

I downloaded DOOM BFA Version 1.2.8 but after running I got the message:



./DoomBFA: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version
`GLIBCXX_3.4.29 'not found (required by ./DoomBFA)



Is there any way to update these libraries in ubuntu 20.04?


More From » 20.04

 Answers
0

Translated into practical steps:


sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt install -y g++-11

Then check if the version appears in the list:


strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX

Resource:
https://lindevs.com/install-g-on-ubuntu


[#786] Thursday, September 23, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
beateyra

Total Points: 499
Total Questions: 113
Total Answers: 125

Location: Falkland Islands
Member since Mon, Jul 13, 2020
4 Years ago
beateyra questions
Mon, Jul 11, 22, 17:35, 2 Years ago
Tue, Jan 3, 23, 12:05, 1 Year ago
Mon, Sep 26, 22, 09:51, 2 Years ago
Tue, May 18, 21, 22:32, 3 Years ago
;