Error while loading shared libraries: libstdc++.so.6
Posted on January 22, 2016 • 1 minutes • 47 words • Suggest Changes
When installing a 32bit application you get the weirdest problems.
/opt/firebird/bin/gsec: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
Good thing repo’s are available to solve most of life’s problems :
yum install libstdc++.i686
(on a 64 bit machine/OS)