Dev production libc/libstdc++ mismatch [link libc.so.6/libstdc++.so.6 with older version] [duplicate]
问题 This question already has answers here : Deploying Yesod to Heroku, can't build statically (3 answers) Closed 3 years ago . I built an exec on C++, however when I deploy it to the deployment machine I find errors like :` /lib64/libc.so.6: version GLIBC_2.14 not found /usr/lib64/libstdc++.so.6: version GLIBCXX_3.4.14 not found /usr/lib64/libstdc++.so.6: version CXXABI_1.3.5 not found This turns out because the deployment machine is rhel based system with older libc(2.12)/libstdc++(3.4.13)