OpenSourceLAN / gameservers-docker

A bunch of game servers I use, dockerised
Other
515 stars 68 forks source link

Change in CSGO, server now needs installed lib32stdc++6 #13

Closed ninkaninus closed 6 years ago

ninkaninus commented 6 years ago

I tried to run the csgo-comp container, but the log shows this: "Failed to open dedicated.so (libstdc++.so.6: cannot open shared object file: No such file or directory)"

after som search i found this: https://forums.alliedmods.net/showthread.php?t=305133

Down the thread asdfxD writes that you just have to install lib32stdc++6 done like this: apt-get install lib32stdc++6

i have my self just added the lib to the base image and rebuild all the containers