Crashdetect
#1

PHP код:
Loading plugincrashdetect.so
[11:52:25]   Failed (/lib/libstdc++.so.6version `CXXABI_1.3.9' not found (required by plugins/crashdetect.so)) 
Any solution ?
Reply
#2

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"
Reply
#3

I really have no idea about this but I found this:
https://www.ibm.com/support/knowledg...epend_tips.htm
Can you serve me?
Reply
#4

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"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)