• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

Server Dedicated server on CentOS7 after last update

ReMix7415

Member
Jan 15, 2019
13
2
29
Hello,

After last update dedicated server has stopped worked in my CentOS 7 machine. The problem is with libstdc++.so.6 libaries:

Code:
./Binaries/Win64/KFGameSteamServer.bin.x86_64: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by ./Binaries/Win64/KFGameSteamServer.bin.x86_64)
./Binaries/Win64/KFGameSteamServer.bin.x86_64: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by ./Binaries/Win64/KFGameSteamServer.bin.x86_64)

As there is no official GLIBCXX version of 3.4.20 and 3.4.21 for CentOS 7 it is a bug/problem with dedicated server for linux (before update everything works smooth).
 
No the issue is your distro not having the libraries available I think, or you start the server without appropriate LD_LIBRARY_PATH set.
You may also need to install some required packages? GCC? something like that?

So again it is not a bug of the server, it is an issue in your OS, and you could probably easily get going by updating/installing the appropriate component/library.

//EDIT: if you can not officially fix your distro which is 11 years old now by the way ;) ;), then you could go by containerizing the KF2 server to use a custom library without breaking the system.
 
Last edited:
Upvote 0