radj307 / ARRCON

Lightweight Source RCON client that works on Windows, macOS, & Linux.
GNU General Public License v3.0
173 stars 11 forks source link

[QUESTION] Does not work on centos 7.6 #21

Closed m1lkkiNG closed 4 months ago

m1lkkiNG commented 5 months ago

# Question

Operate system: CentOS 7.6 Version of ARRCON: 3.3.5

Can not get it work on CentOS 7.6. Is there any solution to this?

[mk@VM-20-17-centos scripts]$ ./ARRCON -h
./ARRCON: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by ./ARRCON)
./ARRCON: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by ./ARRCON)
./ARRCON: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by ./ARRCON)
./ARRCON: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by ./ARRCON)
radj307 commented 5 months ago

It seems like you're missing specific versions of libstdc++ components that are required by ARRCON.
I'm unsure what could cause this as I haven't used CentOS before; regardless, this is a bug and I plan on fixing it for v4.

m1lkkiNG commented 5 months ago

It seems that centos7.6 only supports glibc 3.17. So it can’t support ARRCON running. I updated libstdc++.so.6.0.26 and then ARRCON did run properly. Thank you very much for your support!!!