Dwarf Fortress Bug Tracker - Dwarf Fortress
View Issue Details
0011681Dwarf FortressTechnical -- Generalpublic2021-01-29 12:302021-02-06 22:19
gnuhack 
lethosor 
normalcrashalways
resolvedduplicate 
Intel x86_64GNU/LinuxDebia 10
0.47.05 
 
0011681: libs/libstdc++.so.6 causing linking problem
Trying to run the game gives this error:

./libs/Dwarf_Fortress: /home/gnuhack/df_linux/libs/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /lib64/libGLU.so.1)
./libs/Dwarf_Fortress: /home/gnuhack/df_linux/libs/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /lib64/libGLU.so.1)
No tags attached.
duplicate of 0009893acknowledged lethosor Linux: libs/libstdc++.so.6 causing linking problem 
Issue History
2021-01-29 12:30gnuhackNew Issue
2021-01-29 15:19ZiusudraNote Added: 0040889
2021-01-29 15:22ZiusudraNote Edited: 0040889bug_revision_view_page.php?bugnote_id=0040889#r16646
2021-01-29 15:25ZiusudraNote Edited: 0040889bug_revision_view_page.php?bugnote_id=0040889#r16647
2021-01-31 21:47lethosorRelationship addedduplicate of 0009893
2021-02-06 22:19lethosorStatusnew => resolved
2021-02-06 22:19lethosorResolutionopen => duplicate
2021-02-06 22:19lethosorAssigned To => lethosor

Notes
(0040889)
Ziusudra   
2021-01-29 15:19   
(edited on: 2021-01-29 15:25)
"If you see any errors related to libstdc++ when starting DF (for example, "version `CXXABI_1.3.8' not found"), try removing libstdc++.so.6 and libgcc_s.so.1 from the "libs" folder. This will cause DF to fall back to your system versions of these libraries, which are more up-to-date on many modern systems than the libraries that DF distributes."

https://dwarffortresswiki.org/index.php/DF2014:Installation#Linux [^]

Note that the wiki also Debian installation instructions. https://dwarffortresswiki.org/index.php/DF2014:Installation#Debian-based [^]

Also, duplicate of 0009893