dordnung / MessageBot

Allows to send messages with a Steam Bot
GNU General Public License v3.0
9 stars 3 forks source link

GLIBCXX_3.4.20 not found #8

Closed toorisrael closed 5 years ago

toorisrael commented 5 years ago

I've got problem loading this extension compiled by myself: L 04/20/2019 - 17:03:45: [SM] Unable to load extension "messagebot.ext": /data/xxx/xxx.csgo128/bin/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /home/data/xxx/xxx.csgo128/csgo/addons/sourcemod/extensions/messagebot.ext.so)

I'm guessing now: CSGO is using libstdc++.so.6 from /home/data/xxx/xxx.csgo128/bin. I'm compiling this on another machine. How to use this version of libstdc++ when compiling (if that's the problem)?

dordnung commented 5 years ago

You have to use a system with the same or older libc version as on your servers system. It's easiest if you use the same distro as on your server