ICT Button with Arrow Green Leaf Toucan Extended

We help businesses stand out, so they significantly increase their chance of converting more leads

+ 0 %
Increase in conversion off a high base - Manufacturer
0 %
Increase on conversion rate - B2B Service Business
+ 0 %
Increase on leads with a simple 1 page UX/UI revamp - B2B
+ 0
Awards & mentions across 4 different industries since 2009

Need a strategy?
Let’s point you in
the right direction

Required fields

Call us curious cats...

Blog

25 Sep 15

libstdc++.so.6: version `GLIBCXX_3.4.15′ not found Centos 6

Julian Chan | Web Development

You may come across this error (ie. old libstdc++) trying to compile Node 4.1.1 on CentOs 6 x64 after compiling gcc from source.  Here’s what to do to fix it (my version is 18 – u need at least 15):

  1. Find the built libstdc++.so.6.0.18.so file
  2. Relative to your gcc source root go to x86_64-unknown-linux-gnu/libstdc++-v3/src/.libs/
  3. Find libstdc++.so.6.0.18
  4. Copy libstdc++.so.6.0.18 to /usr/lib64
  5. Change the current symbolic link in the /usr/lib64 folder libstdc++.so and libstdc++.so.6 to point to the new version
  6. rm [old symbolic links]
  7. ln -s ./libstdc++.so.6.0.18 libstdc++.so
  8. ln -s ./libstdc++.so.6.0.18 libstdc++.so.6
Google Review Image