komashchenko / PTaH

Additional CS:GO Hooks and Natives
GNU General Public License v3.0
78 stars 42 forks source link

Error Version `GLIBC_2.29` not found #54

Closed crashzk closed 1 year ago

crashzk commented 1 year ago

Latest version of PTaH 1.1.4 is throwing the following error:

sm exts load PTaH.ext.2.csgo.ext
[SM] Extension PTaH.ext.2.csgo.ext.so failed to load: /home/container/csgo/addons/sourcemod/extensions/PTaH.ext.2.csgo.ext.so: cannot open shared object file: No such file or directory

sm exts load PTaH.ext.2.csgo.so
[SM] Extension PTaH.ext.2.csgo.so failed to load: /lib/i386-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /home/container/csgo/addons/sourcemod/extensions/PTaH.ext.2.csgo.so)

Previous versions were all fine, I believe GLIBC is very old on the host servers and needs to be updated. Anyway, a lot of users use host for CSGO servers and we are stuck with their configuration.

Is there any alternative we can do or just the host updating their GLIBC, or we use older versions of PTaH?

komashchenko commented 1 year ago

Minimum version to automatically build is Ubuntu 20.04, you have two options: 1) update GLIBC 2) build manually with the required libraries version