I am having trouble with using DFHack on linux. I downloaded
http://dffd.wimbli.com/file.php?id=8681 and unpacked it to the installation directory of DF34.11 but when I try to start the game with dfhack it doesn't start. The following is the terminal output from "./dfhack":
./libs/Dwarf_Fortress: /home/USER/Programs/DF34.11/libs/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by ./hack/libdfhack.so)
./libs/Dwarf_Fortress: /home/USER/Programs/DF34.11/libs/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by ./hack/libdfhack.so)
./libs/Dwarf_Fortress: /home/USER/Programs/DF34.11/libs/libstdc++.so.6: version `GLIBCXX_3.4.18' not found (required by ./hack/libdfhack.so)
./libs/Dwarf_Fortress: /home/USER/Programs/DF34.11/libs/libstdc++.so.6: version `CXXABI_1.3.5' not found (required by ./hack/libdfhack.so)
./libs/Dwarf_Fortress: /home/USER/Programs/DF34.11/libs/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./hack/libdfhack.so)
./libs/Dwarf_Fortress: /home/USER/Programs/DF34.11/libs/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by ./hack/libprotobuf-lite.so)
-e
Then I replaced libstdc++.so.6 in ~/Programs/DF34.11/libs with the one in /usr/lib/i386-linux-gnu/. It may have helped but DF still didn't start:
./libs/Dwarf_Fortress: /home/USER/Programs/DF34.11/libs/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by ./hack/libdfhack.so)
./libs/Dwarf_Fortress: /home/USER/Programs/DF34.11/libs/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by ./hack/libdfhack.so)
./libs/Dwarf_Fortress: /home/USER/Programs/DF34.11/libs/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by ./hack/libprotobuf-lite.so)
-e
This problem appears to be
https://github.com/DFHack/dfhack/issues/176 but if it were that bug wouldn't replacing the DF copy of libstdc++.so.6 with the system copy have worked? Can anyone help with this?