/USR/LIB/GCC/X86_64-LINUX-GNU/4.4.5/LIBSTDC++.A: COULD NOT READ SYMBOLS: BAD VALUE – Installation therubyracer (0.10.1)
J’ai rencontré ce problème en essayant d’installer la gem therubyracer (0.10.1) sous debian. Voici la solution
apt-get install libstdc++6=4.4.5-8
apt-get install -t wheezy g++ libstdc++
En espérant que ça en aidera certains.