[Help] plugin: Crashdetect - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [Help] plugin: Crashdetect (
/showthread.php?tid=646365)
[Help] plugin: Crashdetect -
None1337 - 15.12.2017
I tried to update my old crashdetect plugin (2014) to the latest version and now the plugin doesn't load.
error:
Код:
Loading plugin: crashdetect.so
[23:14:44] Failed (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by plugins/crashdetect.so))
Can someone explain me why is not working and what should I do?
Re: [Help] plugin: Crashdetect -
Kaperstone - 16.12.2017
It means that you don't have the newest version, it found an installment of glibc but its not the newest one.
Код:
sudo apt-get install libstdc++6
Other than that, if you already tried to install the newest version and it still shows that error, you can refer to these links.
http://stackoverflow.com/questions/5...4-15-not-found
http://stackoverflow.com/questions/3...4-15-not-found
http://stackoverflow.com/questions/1...4-15-not-found
Re: [Help] plugin: Crashdetect -
None1337 - 16.12.2017
Yea, i read, but I don't understand anything from your links.
Where should I install ? in my PC or server this ggc
Re: [Help] plugin: Crashdetect -
aoky - 16.12.2017
If your hosting your server on a Linux VPS, then go on your VPS(terminal) and type this:
sudo apt-get install libstdc++6.
If you're on Windows, go into your server.cfg file, and remove the .so in each plugin.
For example:
PHP код:
crashdetect.so, streamer.so
to
crashdetect, streamer