FairPoint 17 Jul, 2016 @ 3:52am
version `GLIBCXX_3.4.21' not found
Got this error:

failed to load: bin/libstdc++.so.6: version `GLIBCXX_3.4.21' not found

when use std::chrono. The system has required library, but the server seems to use it's own obsolete version of libstdc++.so.6, what can I do about it? Replacing the library with a link to the system's one makes server crash on startup