View Single Post
Author Message
valio_skull
Senior Member
Join Date: Jan 2013
Location: at home
Old 12-06-2022 , 07:04   Metamod source version 'GCC_7.0.0' not found
Reply With Quote #1

It seems I'm encountering an old issue. Metamod won't load at all on my cs go server.
I tried several builds, all with the same outcome.

server output:
Quote:
failed to dlopen /home/steam/.steam/steamcmd/cs_go/csgo/addons/metamod/bin/linux64/server.so error=/home/steam/.steam/steamcmd/cs_go/csgo/addons/metamod/bin/linux64/server.so: wrong ELF class: ELFCLASS64
Unable to load plugin "addons/metamod/bin/linux64/server"
Failed to load plugin "addons/metamod/bin/server"
addons/metamod/bin/metamod-fatal.log output:
Quote:
L 12/06/2022 - 02:47:49: Detected engine 11 but could not load: /home/steam/.steam/steamcmd/cs_go/bin/libgcc_s.so.1: version `GCC_7.0.0' not found (required by /usr/lib32/libstdc++.so.6)
L 12/06/2022 - 09:14:58: Detected engine 11 but could not load: /home/steam/.steam/steamcmd/cs_go/bin/libgcc_s.so.1: version `GCC_7.0.0' not found (required by /usr/lib32/libstdc++.so.6)
L 12/06/2022 - 11:04:00: Detected engine 11 but could not load: /home/steam/.steam/steamcmd/cs_go/bin/libgcc_s.so.1: version `GCC_7.0.0' not found (required by /usr/lib32/libstdc++.so.6)
And no. Renaming or deleting bin/libgcc_s.so.1 won't work. Doing that will drive the server into a restart loop.

I use Artix linux (arch based btw).
I tried installing a few packages that were relevant, like gcc7-libs, base-devel and a few other. Arch lib packages are named a bit differently from debian based distros.
And no. I won't switch to another distro.
__________________

Last edited by valio_skull; 12-06-2022 at 07:30.
valio_skull is offline