Advertisement
obernardovieira

[Real Solution] libstdc++.so.*: (-OR- glibc.so.*) not foun

Aug 5th, 2014
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. The real problem is "Your are using C++11 in a machine that doesn't support it!"
  2.  
  3.  
  4. If you are using a host for an online game (or another stuff), leave it! You cannot solve this problem in a host.
  5. The problema is because you are using C++11 in a SO release before C++11 was released, so, what you need is update the machine or download files to can use C++11 (you can find answer on internet), but you are in a host, so you have two options, three in fact
  6. 1 - delete C++11 functions (not a good idea, i think)
  7. 2 - leave your project (pelease, never do it, never let your dreams)
  8. 3 - buy a VPS (well, it is slightly more expensive, but you will see your problema solved) (before buy a VPS, choose a VPS with a recente SO version, there a lot...so, you just need to find one, and your problem are solved)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement