sherinesameh / EyesInTheSky

Graduation Project | Mobile Ad-hoc Cloud Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libstdc++.so.6'GLIBCXX_3.4.19'NotFound [SOLVED]

mohamed-sherif opened this issue · comments

**PROBLEM:
the problem is that the GLIBCXX_3.4.19 is missing in libstdc++.so.6 because the libstdc++.so.6 verison in xampp is old.

**SOLUTION:
1.open apt/lampp/lib
2.by deafult the libstdc++.so.6 in xampp is linked to libstdc++.0.8
3.delet both libstdc++.so.6 and libstdc++.0.8
4.download the binary package of libstdc++.so.6 from https://altlinux.pkgs.org/sisyphus/classic-i586/libstdc++6-6.3.1-alt2.i586.rpm.html
5.open downloads and extract the downloaded file
6.go to downloads/usr/lib
7.take the new libstdc++.so.6 and libstdc++.0.22 and copy them back in the path of step1

**NOTE:
To check the conents of libstdc++.so.6:
write in terminal: strings /opt/lampp/lib/libstdc++.so.6 | grep GLIBCXX