AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Metamod:Source Questions (https://forums.alliedmods.net/forumdisplay.php?f=74)
-   -   version `GCC_7.0.0' not found (https://forums.alliedmods.net/showthread.php?t=336183)

Gryf 02-02-2022 01:51

version `GCC_7.0.0' not found
 
Hi, I have this weird error on a cs:go server. I have installed metamod like usual and it doesn't work, I just get this error in csgo/addons/metamod/bin/metamod-fatal.log

Detected engine 11 but could not load: /home/gryf/csgo/bin/libgcc_s.so.1: version `GCC_7.0.0' not found (required by /usr/lib32/libstdc++.so.6)

I found a guy on reddit who had the same problem on Ubuntu (and I'm on Arch) but not any solution. Does anyone ever had this ?

Gryf 02-02-2022 01:58

Re: version `GCC_7.0.0' not found
 
I just tried to rename libgcc_s.so.1 to libgcc_s.so.1.b and it looks like it works. I have to make a few tests to be sure.

nosoop 02-05-2022 00:01

Re: version `GCC_7.0.0' not found
 
Some games bundle outdated copies of the GCC runtime and C++ standard libraries; deleting them (bin/libstdc++.so.6 and bin/libgcc_s.so.1 relative to the game directory) is the way to go.


All times are GMT -4. The time now is 20:25.

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