Biotechnology Forums
Solution for running executables in PHP | (for version `GLIBCXX_3.4.21' not found) - Printable Version

+- Biotechnology Forums (https://www.biotechnologyforums.com)
+-- Forum: Biotechnology Discussion (https://www.biotechnologyforums.com/forum-1.html)
+--- Forum: Bioinformatics (https://www.biotechnologyforums.com/forum-5.html)
+--- Thread: Solution for running executables in PHP | (for version `GLIBCXX_3.4.21' not found) (/thread-8287.html)



Solution for running executables in PHP | (for version `GLIBCXX_3.4.21' not found) - SunilNagpal - 11-20-2017

Just run the following:

sudo mv /opt/lampp/lib/libstdc++.so.6  /opt/lampp/lib/libstdc++.so.6.orig

and you should be good to go.

Never allow www-data user to bypass the password or you might be allowing security breaches.

P.S. This post is not going to be useful for most of the community here, but still there might be some it could be useful for.