AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   Sourcemod will stop working on Ubuntu. Solutions? (https://forums.alliedmods.net/showthread.php?t=320514)

bottiger 12-25-2019 19:56

Sourcemod will stop working on Ubuntu. Solutions?
 
As some of you may have heard, Ubuntu will start dropping 32 bit libraries in Ubuntu 20.04 which will be released around April.

Due to backlash from gamers and Valve, they decided to add some libraries back in, but not all of them. A full list can be found here:

https://discourse.ubuntu.com/t/commu...tibility/12598

I looked through the list and it appears that some libraries needed for basic operation of sourcemod are missing: libc6, libgcc1, libmysqlclient.

Are there any solutions for this? What linux distro should be used instead?

Maxximou5 12-26-2019 00:52

Re: Sourcemod will stop working on Ubuntu. Solutions?
 
Debian is supported and has always been my go to above Ubuntu. I also run Red Hat without issue as well.

bottiger 12-28-2019 15:09

Re: Sourcemod will stop working on Ubuntu. Solutions?
 
Quote:

Originally Posted by Maxximou5 (Post 2678058)
Debian is supported and has always been my go to above Ubuntu. I also run Red Hat without issue as well.

But if I remember correctly, Valve builds and runs srcds_linux on Ubuntu.

asherkin 12-28-2019 18:19

Re: Sourcemod will stop working on Ubuntu. Solutions?
 
Quote:

Originally Posted by bottiger (Post 2678044)
I looked through the list and it appears that some libraries needed for basic operation of sourcemod are missing: libc6, libgcc1, libmysqlclient

libc and libgcc are basic requirements for all programs so must be provided regardless of what they’ve listed - libmysqlclient shouldn’t be required as we statically link it.

Maxximou5 12-29-2019 22:01

Re: Sourcemod will stop working on Ubuntu. Solutions?
 
Quote:

Originally Posted by bottiger (Post 2678304)
But if I remember correctly, Valve builds and runs srcds_linux on Ubuntu.

I can't say, but it was stated they used slackware. Also, Valve is not a good benchmark.
As for now, you shouldn't have an issue running in the environment you have. You could always run in a docker environment on your main distro.

bebe9b 01-06-2020 12:12

Re: Sourcemod will stop working on Ubuntu. Solutions?
 
Hi,
I have the same problem.
I use OS Linux Centos 6.9 and some extensions do not load.
exemple:
[SM] Unable to load extension "accelerator.ext": /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /home/csa_82/89.xx.xx.xx-27015/csgo/addons/sourcemod/extensions/accelerator.ext.so)

Another linux version must be installed ?

Thx,


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

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