Hello,
I installed M2 from Debian jessie main using synaptic package manager. M2 is not running and is providing the diagnostic:
/usr/bin/M2-binary: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /usr/bin/M2-binary)
/usr/bin/M2-binary: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/bin/M2-binary)
I tried "sudo apt-get install libstdc++6", but M2 behaves in the same way.
Can you help me, how to repair this?
Here are more details on my system:
========================================
Which c++ library is installed:
libstdc++6
Bibliothèque GNU C++ standard v3
Version 4.8.4-2ubuntu1~14.04
Source gcc-4.8
========================================
About my system:
uname -a
3.13.0-37-generic #64-Ubuntu SMP Mon Sep 22 21:28:38 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
cat /proc/version
Linux version 3.13.0-37-generic (buildd@kapok) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #64-Ubuntu SMP Mon Sep 22 21:28:38 UTC 2014
cat /etc/debian_version
jessie/sid
file /sbin/init
/sbin/init: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.24, BuildID[sha1]=7a4c688d009fc1f06ffc692f5f42ab09e68582b2, stripped
====================================================
Best regards,
Dimitri Markushevich