Zeex / samp-plugin-crashdetect

Crash/error reporting plugin for SA-MP server
http://forum.sa-mp.com/showthread.php?t=262796
BSD 2-Clause "Simplified" License
116 stars 23 forks source link

GLIBCXX_3.4.11 not found #30

Closed IS4Code closed 10 years ago

IS4Code commented 10 years ago

Crashdetect won't load. Failed (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by plugins/crashdetect.so)) I have CentOS 64-bit.

Zeex commented 10 years ago

Have you tried building crashdetect on your host system?

IS4Code commented 10 years ago

Tried to build it using the cursed cmake, but I got a Segmentation fault.

Zeex commented 10 years ago

Segmentation fault when running cmake or crashdetect?

Zeex commented 10 years ago

Compiling it on another equivalently old system might work, e.g. some old Ubuntu release (I'd begin with Ubuntu 10.04). The current one is compiled with gcc 4.3 IIRC.