87andrewh / CornerCullingSourceEngine

A Source/CSGO port of CornerCulling
49 stars 19 forks source link

Failed to load extension #3

Closed nikindreus closed 3 years ago

nikindreus commented 3 years ago

[SM] Extension culling.ext.so failed to load: /lib/libstdc++.so.6: version `GLIBCXX_3.4.21' not found

Hosting: myarena.ru OS: Centos 7

87andrewh commented 3 years ago

Ah, I had not heard of Centos before. I will look into this after finishing Overpass and Vertigo.

87andrewh commented 3 years ago

Hi, sorry for the delay. I have some time to look into this.

First, do you have access to all of the server's files? If you do, I assume you could update GLIBCXX.

Otherwise, I suggest compiling a version with a static link for libstdc++ as suggested in: https://forums.alliedmods.net/archive/index.php/t-285307.html

Are you familiar with AMBuild? If not, I can try to compile for you. It may take a few cycles of communication if I'm not able to test on your servers.