./cod2_lnxded: error while loading shared libraries: libstdc++.so.5: cannot open

If you get this error:

./cod2_lnxded: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory 

This can happen also with SoF2 or old games the fix is easy:

Just run this is valid for Debian/Ubuntu distro:

dpkg --add-architecture i386 

apt-get update

apt-get install libstdc++5:i386

You may also like...