Striata Reader - Linux: error while loading shared libraries

Issue
I am using Linux. When I try to read / open the emc attachment, I get the following error message.

error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory

Explanation
You are probably getting this error because your Libc Library is out of date. The library needs to be updated.

Solution
(for Linux distributions based on Debian)
  • Login as root
  • Run:
    Apt-get update (wait for it to get the results)
    Apt-get upgrade (to make the necessary changes)