`GLIBCXX_3.4.15' not found
Posted: Wed Oct 16, 2013 6:00 pm
Hello all.
I have had some moderate success developing for sourcepython using the prebuilt zip on linux. However the lack of debugging information has made it all but impossible to work on.
I have attempted to build from source using the instructions found here:
http://www.sourcepython.com/showwiki.php?title=Wiki:Building+From+Source
When running my CS:GO server I get the following error:
failed to dlopen /home/admin/Steam/SteamApps/common/Counter-Strike Global Offensive Beta - Dedicated Server/csgo/addons/source-python/bin/core.so error=./bin/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /home/admin/Steam/SteamApps/common/Counter-Strike Global Offensive Beta - Dedicated Server/csgo/addons/source-python/bin/core.so)
===========================================
[SP-LOADER] Could not load the /home/admin/Steam/SteamApps/common/Counter-Strike Global Offensive Beta - Dedicated Server/csgo/addons/source-python/bin/core.so!
===========================================
Failed to load plugin "addons/source-python"
Any suggestions on how I can fix this? Alternatively, does there happen to be a prebuilt package with debug enabled?
Thanks so much.
I have had some moderate success developing for sourcepython using the prebuilt zip on linux. However the lack of debugging information has made it all but impossible to work on.
I have attempted to build from source using the instructions found here:
http://www.sourcepython.com/showwiki.php?title=Wiki:Building+From+Source
When running my CS:GO server I get the following error:
failed to dlopen /home/admin/Steam/SteamApps/common/Counter-Strike Global Offensive Beta - Dedicated Server/csgo/addons/source-python/bin/core.so error=./bin/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /home/admin/Steam/SteamApps/common/Counter-Strike Global Offensive Beta - Dedicated Server/csgo/addons/source-python/bin/core.so)
===========================================
[SP-LOADER] Could not load the /home/admin/Steam/SteamApps/common/Counter-Strike Global Offensive Beta - Dedicated Server/csgo/addons/source-python/bin/core.so!
===========================================
Failed to load plugin "addons/source-python"
Any suggestions on how I can fix this? Alternatively, does there happen to be a prebuilt package with debug enabled?
Thanks so much.