Raised This Month: $32 Target: $400
 8% 

Solved Not able to start servers after last csgo update


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
NIELSAD
Junior Member
Join Date: Oct 2019
Location: Iceland
Old 02-04-2023 , 10:03   Not able to start servers after last csgo update
Reply With Quote #1

After the update 2/2.2023 I cannot start my csgo servers on Centos 7

I am getting the following errors for all the servers that run on Centos 7:

LD_LIBRARY_PATH=/home/csgo/server03/bin:/home/csgo/server03:/home/csgo/server03/bin:
Failed to open libtier0.so (/lib/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /home/csgo/server03/bin/libtier0.so))
Add "-debug" to the /home/csgo/server03/srcds_run command line to generate a debug.log to help with solving this problem
Sat Feb 4 14:13:02 GMT 2023: Server restart in 10 seconds


I have tried updating GCC to 9.3.1

Still always the same error.
Does anybody know how I can fix this ?

Last edited by NIELSAD; 02-05-2023 at 08:22. Reason: Solved
NIELSAD is offline
NIELSAD
Junior Member
Join Date: Oct 2019
Location: Iceland
Old 02-05-2023 , 08:24   Re: Not able to start servers after last csgo update
Reply With Quote #2

Solved by following these instructions:

# Install dependencies
sudo yum check-update
sudo yum -y install wget make gcc-c++

# Download gcc new version
wget -O - 'https://ftpmirror.gnu.org/gcc/gcc-9.3.0/gcc-9.3.0.tar.xz' | tar -xJ

# This helps if you are behind a proxy
sed -i 's/ftp:/https:/' ./gcc-9.3.0/contrib/download_prerequisites

# Finally compile gcc
( cd gcc-9.3.0 && ./contrib/download_prerequisites && mkdir build && cd build && ../configure --enable-checking=release --enable-languages=c,c++ --enable-multilib && make -j 8 && sudo make install ) && rm -fR gcc-9.3.0

# Unlink current version
sudo unlink /usr/lib/libstdc++.so.6

# Copy new version
sudo cp /usr/local/lib/libstdc++.so.6 /usr/lib
NIELSAD is offline
scubaguy
Junior Member
Join Date: Sep 2022
Location: Sweden
Old 02-06-2023 , 09:24   Re: Not able to start servers after last csgo update
Reply With Quote #3

Quote:
Originally Posted by NIELSAD View Post
Solved by following these instructions:

# Install dependencies
sudo yum check-update
sudo yum -y install wget make gcc-c++

# Download gcc new version
wget -O - 'https://ftpmirror.gnu.org/gcc/gcc-9.3.0/gcc-9.3.0.tar.xz' | tar -xJ

# This helps if you are behind a proxy
sed -i 's/ftp:/https:/' ./gcc-9.3.0/contrib/download_prerequisites

# Finally compile gcc
( cd gcc-9.3.0 && ./contrib/download_prerequisites && mkdir build && cd build && ../configure --enable-checking=release --enable-languages=c,c++ --enable-multilib && make -j 8 && sudo make install ) && rm -fR gcc-9.3.0

# Unlink current version
sudo unlink /usr/lib/libstdc++.so.6

# Copy new version
sudo cp /usr/local/lib/libstdc++.so.6 /usr/lib


Getting this when trying to compile

In file included from /usr/include/features.h99,
from /usr/include/stdio.h:27,
from ../../../../libgcc/../gcc/tsystem.h:87,
from ../../../../libgcc/generic-morestack.c0:
/usr/include/gnu/stubs.h:7:11: fatal error: gnu/stubs-32.h: No such file or directory
7 | # include <gnu/stubs-32.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
In file included from /usr/include/features.h99,
from /usr/include/stdio.h:27,
from ../../../../libgcc/../gcc/tsystem.h:87,
from ../../../../libgcc/generic-morestack-thread.c:27:
/usr/include/gnu/stubs.h:7:11: fatal error: gnu/stubs-32.h: No such file or directory
7 | # include <gnu/stubs-32.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.

Edit: Fixed

sudo yum -y install glibc-devel.i686 glibc-devel

Last edited by scubaguy; 02-06-2023 at 09:36. Reason: Solution to problem
scubaguy is offline
OlgaCathcart
New Member
Join Date: Feb 2023
Old 02-16-2023 , 12:42   Re: Not able to start servers after last csgo update
Reply With Quote #4

Köszönöm a megoldás megosztását is. Nagyon hálás vagyok, hogy segített nekem. Azzal is szeretnék segíteni, hogy megosztom veled a https://kaszinoworld.com/energy/ weboldalt. Ha nem vagy olyan jó az online valódi pénzes szerencsejáték-oldalak keresésében, akkor azt javaslom, hogy látogass el oda. Ott megtalálja azokat az oldalakat, amelyeken keresztül sok pénzt kereshet otthon maradva.

Last edited by OlgaCathcart; 02-21-2023 at 23:36.
OlgaCathcart is offline
Josesilas0
New Member
Join Date: Mar 2023
Location: South Africa
Old 03-14-2023 , 00:26   Re: Not able to start servers after last csgo update
Reply With Quote #5

hi
__________________
Josesilas0 is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 19:59.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode