Page 1 of 1

[CS:S] Linux building

Posted: Fri Apr 25, 2025 5:59 pm
by cssbestrpg
Hi, i am having little issue of building on linux, i managed to make build, but Source.Python doesn't load it
This commit is important to my plugins
When i try load my compiled version for linux, it gives following issue:

Code: Select all

[2025-04-25 20:42:06]: server_srv.so loaded for "Counter-Strike: Source"
[2025-04-25 20:42:06]:  failed to dlopen /home/container/cstrike/addons/source-python.so error=/lib/i386-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /home/container/cstrike/addons/source-python.so)
[2025-04-25 20:42:06]: Unable to load plugin "addons/source-python"

Re: [CS:S] Linux building

Posted: Fri Apr 25, 2025 10:11 pm
by Ayuto
Are you building and running SP on different machines? It looks like the one you are building SP on has a newer GLIBC version than the machine that runs the server.

I will trigger a new build tomorrow.

Re: [CS:S] Linux building

Posted: Sat Apr 26, 2025 6:15 am
by cssbestrpg
Ayuto wrote:I will trigger a new build tomorrow.


Thanks

I use Virtual Machine for linux building, since i can't use my rented server to build SP.

It seems the server use GLIBC 2.31.