Failed (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found
#1

I've looked all over the net, but can't find anything.

I'm on CentOS 6 64 bit.

Please help.
Quote:

[17/10/2016 15:39:16] Loaded.
[17/10/2016 15:39:16] Loading plugin: crashdetect.so
[17/10/2016 15:39:16] Failed (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by plugins/crashdetect.so))

Reply
#2

Redownload and place it in plugins folder. Make sure that if you are running linux you use .so in the config file, if using windows then no need for an extension.

https://sampforum.blast.hk/showthread.php?tid=262796

If this won't solve the problem then sorry!
Reply
#3

Quote:

Redownload and place it in plugins folder. Make sure that if you are running linux you use .so in the config file, if using windows then no need for an extension.

https://sampforum.blast.hk/showthread.php?tid=262796

If this won't solve the problem then sorry!

not work
Reply
#4

For me, in Slackware Linux 14 x64, I had to install a newer version of GCC..
For you http://geeksterminal.com/how-to-inst...ib-glibc/1392/

or add directory of libstdc++.so.6 to LD_LIBRARY_PATH

or download/copy libstdc++.so.6 to your /usr/lib64/ or /usr/lib/x86_64 directory

or rename libstdc++.so.6.x.x to libstdc++.so.6
Reply
#5

Quote:

For me, in Slackware Linux 14 x64, I had to install a newer version of GCC..
For you http://geeksterminal.com/how-to-inst...ib-glibc/1392/

or add directory of libstdc++.so.6 to LD_LIBRARY_PATH

or download/copy libstdc++.so.6 to your /usr/lib64/ or /usr/lib/x86_64 directory

or rename libstdc++.so.6.x.x to libstdc++.so.6




installed not work


# gcc --version
gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-17)
Copyright © 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Reply
#6

What about compile crashdetect on your host machine? sometimes works

Код:
yum install gcc gcc-c++ cmake28 make
Код:
cd crashdetect
mkdir build && cd build
cmake ../ -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF
make
or try to reinstall
Код:
yum upgrade libstdc++
yum install libstdc++
or try this solution:
http://forum.sa-mp.com/showpost.php?...75&postcount=7
Reply
#7

Quote:

What about compile crashdetect on your host machine? sometimes works

Code:
yum install gcc gcc-c++ cmake28 make
Code:
cd crashdetect
mkdir build && cd build
cmake ../ -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF
make

or try to reinstall
Code:
yum upgrade libstdc++
yum install libstdc++

or try this solution:
http://forum.sa-mp.com/showpost.php?...75&postcount=7
not work
anyone is for help
Reply
#8

upppppppp
Reply
#9

I've got the same error in frag.gs
https://sampforum.blast.hk/showthread.php?tid=619021&page=2
Reply
#10

Quote:
Originally Posted by br155
Посмотреть сообщение
not work
anyone is for help
When things "don't work" it'd be awesome to have some of the results from when you did that, such as the errors from the compiler, or how it didn't work.

That'd give people more to go on as to what is happening.



I'm pretty sure that it's a case where you need to compile it on that platform, Konstantinos has more knowledge of this than I, but I'm pretty sure there was something technical to it.

Don't PM him, but he may see this in browsing through the forums if he's around. Otherwise someone else may have a handle on the situation with it.


Definitely the CrashDetect plugin, maybe chuck a post on its thread, and so you stay safe, DON'T download random compiled plugins in a crazy attempt to fix it.


What's the need to be running it in the first instance? It's only for debugging really, so obviously if you are running it, you've got problems elsewhere...

What's up with it?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)