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: Crashdetect (
/showthread.php?tid=655318)
Crashdetect -
Daynox12 - 18.06.2018
PHP код:
Loading plugin: crashdetect.so
[11:52:25] Failed (/lib/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by plugins/crashdetect.so))
Any solution ?
Re: Crashdetect -
grymtn - 18.06.2018
Did you try looking up on internet? You have to install dependencies of libgcc i believe if im not wrong lol. Look up for "installing libstdc dependencies linux"
Re: Crashdetect -
Daynox12 - 18.06.2018
I really have no idea about this but I found this:
https://www.ibm.com/support/knowledg...epend_tips.htm
Can you serve me?
Re: Crashdetect -
grymtn - 18.06.2018
Oh its just linux basics you need to get used to these really if you are gonna mess around with linux console servers. Below should work, change apt-get to yum depending on your linux distribution.
Код:
"sudo apt-get install libstdc++6"
NOTE: if it says unable to locate the package/the candidate, first do below then execute the first one. Again change the apt-get part to your distribution one.
Код:
"sudo apt-get update
sudo apt-get upgrade"