XiNoPingProxy Apr 24, 2023 @ 10:36am
csgo server ubuntu 22.04.2
looking to fix: Failed to open libtier0.so (/home/steam2/csgo/bin/libgcc_s.so.1: version `GCC_7.0.0' not found (required by /lib32/libstdc++.so.6))
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Mon Apr 24 05:34:02 PM UTC 2023: Server restart in 10 seconds
LD_LIBRARY_PATH=/home/steam2/csgo/bin:/home/steam2/csgo:/home/steam2/csgo/bin:

spend a bunch of time, trouble shooting. not finding it.
Can someone enlighten me?

thx
< >
Showing 1-11 of 11 comments
Seru Apr 24, 2023 @ 11:45am 
Same problem, did you fixed it?
Metal_Warrior Apr 24, 2023 @ 4:57pm 
Did you try 'apt-get install build-essential'? Should come with gcc version 10 or higher, but nonetheless...
Seru Apr 25, 2023 @ 7:58am 
Originally posted by Metal_Warrior:
Did you try 'apt-get install build-essential'? Should come with gcc version 10 or higher, but nonetheless...

still don't work :(
XiNoPingProxy Apr 25, 2023 @ 8:18am 
nope same for me
Metal_Warrior Apr 25, 2023 @ 12:20pm 
Do you have the libtier0.so somewhere in your LD_LIBRARY_PATH search paths? Try

'find /home/steam2/csgo -name libtier0.so'

And if that is neither in /home/steam2/csgo/bin (you have that duplicated in the variable, btw) or /home/steam2/csgo but somewhere else, add this path to the variable.
XiNoPingProxy Apr 26, 2023 @ 5:13am 
Originally posted by Metal_Warrior:
Do you have the libtier0.so somewhere in your LD_LIBRARY_PATH search paths? Try

'find /home/steam2/csgo -name libtier0.so'

And if that is neither in /home/steam2/csgo/bin (you have that duplicated in the variable, btw) or /home/steam2/csgo but somewhere else, add this path to the variable.

if i run that, $ sudo find /home/steam2/csgo -name libtier0.so
if get this in response.
/home/steam2/csgo/bin/libtier0.so

should be there?
XiNoPingProxy Apr 26, 2023 @ 7:54am 
Originally posted by Metal_Warrior:
Do you have the libtier0.so somewhere in your LD_LIBRARY_PATH search paths? Try

'find /home/steam2/csgo -name libtier0.so'

And if that is neither in /home/steam2/csgo/bin (you have that duplicated in the variable, btw) or /home/steam2/csgo but somewhere else, add this path to the variable.

I removed the dirs & started over with LinuxGSM, working.
But only I can connect, did i missed some config to get it public?
Metal_Warrior Apr 26, 2023 @ 10:02am 
Sorry, got no clue - I'm a Linux sysadmin, not someone having a CSGO server himself. So at this point you're on your own.
yoda Apr 27, 2023 @ 2:41am 
yes
So LinuxGSM fixed this, in LinuxGSM/lgsm/modules/fix_csgo.sh, by

mv ./csgo_app/bin/libgcc_s.so.1 ./csgo_app/bin/libgcc_s.so.1.bck

Doing this will allow the csgo server to run on Ubuntu 22.04
BAD *Man Sep 19, 2023 @ 12:23pm 
just look at the forums for Linux HL 1
some 64 Bit users need to run aditional install files for LIB 32
On 64-bit Debian/Ubuntu/Linux Mint run:

$ sudo dpkg --add-architecture i386
$ sudo apt-get update
$ sudo apt-get install lib32z1 libncurses5:i386 libbz2-1.0:i386 lib32gcc-s1 lib32stdc++6 libtinfo5:i386 libcurl3-gnutls:i386 libsdl2-2.0-0:i386
< >
Showing 1-11 of 11 comments
Per page: 1530 50